...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | 1 | |
SessionTicket | String (50) | Yes | Click here for more information. | AcjOqKSXoUYG3qLkrxKQYw== | |
ClientIdentity | PwsClientRef | No | For this service, the caller may specify up to 1 client identity. If a client identity is not specified all clients fitting the criteria will be returned. | ||
IncludeInactiveFlag | Boolean | No | false | Valid values for this field include "true" or "false". If set to true, inactive clients will be included in the response. | true/false |
MaxRowsToReturn | Int32 | No | infinite | Maximum The maximum number of clients to be returned. | 100 |
QueryString | String (50) | No | Find all clients matching specified string in client name or client number. | Acme | |
LastUpdatedSinceTimestamp | DateTime | No | Only clients that have been updated on or after the specified date/time will be retrieved. | 2017-12-27 |
Request Usage Example(s)
...