Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.18 KB

GetClientContractsRequest.md

File metadata and controls

14 lines (10 loc) · 1.18 KB

GetClientContractsRequest

Properties

Name Type Description Notes
client_id string The ID of the client.
cross_regional_lookup bool When `true`, indicates that the requesting client’s cross regional contracts are returned, if any.<br /> When `false`, indicates that cross regional contracts are not returned. [optional]
client_associated_sites_offset int Determines how many sites are skipped over when retrieving a client’s cross regional contracts. Used when a client ID is linked to more than ten sites in an organization. Only a maximum of ten site databases are queried when this call is made and `CrossRegionalLookup` is set to `true`. To change which sites are queried, change this offset value. Default: 0 [optional]
limit int Number of results to include, defaults to 100 [optional]
offset int Page offset, defaults to 0. [optional]

[Back to Model list] [Back to API list] [Back to README]