...
Name | Data Type | Description | Default | Sample Data |
---|---|---|---|---|
ClientId | Int32 | Client Id. For internal use only. | ||
ClientNumber | String | The client number is a unique identifier for a client. | C001001 | |
ClientUid | Int64 | The client Uid is a unique and immutable identifier for a client. | 1152921504606989814 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PwsClientRef> <!--ClientId>?</ClientId--> <ClientNumber>C000117</ClientNumber> <!--ClientUid>?</ClientUid--> </com:PwsClientRef> |
...