Overview
This specifies the fields associated with a Client record.
Format
PwsClientSummary
- PwsClientSummary
- ClientId: Int32
- ClientNumber: String
- ClientUid: Int64
- ClientName: String
- InactiveFlag: Boolean
- ParentClientIdentity: PwsClientRef
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
ClientId | Int32 | The Client Id is a unique identifier for a Client. For internal use only. | |
ClientNumber | String | The Client Number is a unique identifier for a Client. | Client-001 |
ClientUid | Int64 | The Client Uid is a unique and immutable identifier for a Client | 1152921504606961482 |
ClientName | String | The Client Name is a unique identifier for a Client. | Projector PSA |
InactiveFlag | Boolean | If "true" the client has a status of "Inactive", if "false" the client has a status of "Active". | true/false |
ParentClientIdentity | Parent Client Identity associated with the Client |