Overview

This web service retrieves a list of client summary records (PwsClientSummary), based on specified search criteria (PwsClientRef). 

Request Format


  • PwsGetClientListRq
    • Common Input
    • PwsClientRef
    • IncludeInactiveFlag: Boolean
    • MaxRowsToReturn: Int32
    • QueryString: String
    • LastUpdatedSinceTimestamp: dateTime

Request Elements

ElementData TypeRequired?DefaultDescription
Common InputCommon Inputyes

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

Usage Example(s)

      <PwsGetClientList>
         <serviceRequest>
            <RequestId>1</RequestId>
            <SessionTicket>AcjOqKSXoUYG3qLkrxKQYw==</SessionTicket>
            <!--ClientIdentity>
               <ClientId>?</ClientId>
               <ClientNumber>?</ClientNumber>
               <ClientUid>?</ClientUid>
            </ClientIdentity-->
            <req:IncludeInactiveFlag>true</IncludeInactiveFlag>
            <!--req:MaxRowsToReturn>?</MaxRowsToReturn-->
            <!--req:QueryString>?</QueryString-->
            <!--req:LastUpdatedSinceTimestamp>?</LastUpdatedSinceTimestamp-->
         </serviceRequest>
      </PwsGetClientList>