Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This specifies the fields associated with a client record.


ElementData TypeDescriptionSample Data
ClientIdInt32Client Id. For internal use only.
ClientNumberStringThe client number is a unique identifier for a client.Client-001
ClientUidInt64The client UID is a unique and immutable identifier for a client1152921504606961482
ClientNameStringThe client name is a unique identifier for a client.Acme 123
InactiveFlagBooleanValid values for this field include "true" or false". If "true" the client has a status of "Inactive", if "false" the client has a status of "Active"false
ParentClientIdentityPwsClientRefParent client identity associated with the client

Usage Example(s)

Example 01 - Client without parent
              <PwsClientSummary>
                  <ClientId i:nil="true"/>
                  <ClientNumber>Projector PSA</ClientNumber>
                  <ClientUid>1152921504606961482</ClientUid>
                  <ClientName>Projector PSA</ClientName>
                  <InactiveFlag>false</InactiveFlag>
                  <ParentClientIdentity i:nil="true"/>
               </PwsClientSummary>
  • No labels