Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 1.27 KB

SearchCustomersRequest.md

File metadata and controls

18 lines (10 loc) · 1.27 KB

Square.Connect.Model.SearchCustomersRequest

Description

Defines the fields included in the request body for the SearchCustomers endpoint.

Properties

Name Type Description Notes
Cursor string Include the pagination cursor in subsequent calls to this endpoint to retrieve the next set of results associated with the original query. See the Pagination guide for more information. [optional]
Limit long? A limit on the number of results to be returned in a single page. The limit is advisory - the implementation may return more or fewer results. If the supplied limit is negative, zero, or is higher than the maximum limit of 1,000, it will be ignored. [optional]
Query CustomerQuery Query customers based on the given conditions and sort order. Calling SearchCustomers without an explicit query parameter will return all customers ordered alphabetically based on `given_name` and `family_name`. [optional]

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