Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.03 KB

GetContractsRequest.md

File metadata and controls

15 lines (11 loc) · 1.03 KB

GetContractsRequest

Properties

Name Type Description Notes
contract_ids int[] When included, the response only contains details about the specified contract IDs. [optional]
sold_online bool When `true`, the response only contains details about contracts and AutoPay options that can be sold online.<br /> When `false`, only contracts that are not intended to be sold online are returned.<br /> Default: all contracts [optional]
location_id int The ID of the location that has the requested contracts and AutoPay options.
consumer_id int The ID of the client. [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]