...
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description |
---|---|---|---|---|
RequestId | Int32 | noNo | RequestId | |
SessionTicket | String | noYes | SessionTicket | |
PwsClientRef | PwsClientRef [1]no | 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 | noNo | "false" | Valid values for this field include "true" or "false". If set to true, inactive clients will be included in the response. |
MaxRowsToReturn | Int32 | noNo | infinite | Maximum number of clients to be returned |
QueryString | String | noNo | Find all clients matching specified string in client name or client number | |
LastUpdatedSinceTimestamp | DateTime | noNo | Only clients that have been updated on or after the specified date/time will be retrieved |
...