Overview
This specifies the fields associated with a client Client record.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type |
---|
Required? | Default |
---|
Description | Sample Data | ||||
---|---|---|---|---|---|
ClientId | Int32 |
|
| Client Id. 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 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PwsClientSummary> <ClientId i:nil="true"/> <ClientNumber>Projector PSA</ClientNumber> <ClientUid>1152921504606961482</ClientUid> <ClientName>Projector PSA</ClientName> <InactiveFlag>false</InactiveFlag> <ParentClientIdentity i:nil="true"/> </PwsClientSummary> |
...