Overview
This specifies the fields associated with a Client record.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | 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 |
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> |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PwsClientSummary> <ClientId i:nil="true"/> <ClientNumber>C001000</ClientNumber> <ClientUid>1152921504606989813</ClientUid> <ClientName>Acme 1000-01</ClientName> <InactiveFlag>false</InactiveFlag> <ParentClientIdentity> <ClientId i:nil="true"/> <ClientNumber>C000118</ClientNumber> <ClientUid>1152921504606989807</ClientUid> </ParentClientIdentity> </PwsClientSummary> |