Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsGetClientListRq
  • PwsGetClientListRq
    • RequestId: Int32
    • SessionTicket: String
    • ClientIdentity: PwsClientRef [0..100]
    • IncludeInactiveFlag: Boolean
    • MaxRowsToReturn: Int32
    • QueryString: String
    • LastUpdatedSinceTimestamp: DateTime


Request Elements


ElementData TypeRequired?DefaultDescription
RequestIdInt32no
RequestId
SessionTicketStringno
SessionTicket
PwsClientRefPwsClientRef [1]no

IncludeInactiveFlagBooleannofalseValid values for this field include "true" or "false". If set to true, inactive clients will be included in the response.
MaxRowsToReturnInt32noinfiniteMaximum number of clients to be returned
QueryStringStringno
Find all clients matching specified string in client name or client number
LastUpdatedSinceTimestampDateTimeno
Only clients that have been updated on or after the specified date/time will be retrieved

...