Queries of all customers.
Queries of all customers.
Paged query. Query parameters: pageNumber (default 1), pageSize (default 100). Sorting via sortBy (comma-separated fields, applied as OrderBy then ThenBy) and sortDescending (default false). Date filtering per date field via After (greater than) and Before (less than).
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The tenant ID for the target ERP instance.
Query Parameters
The search term.
The type of search used. Defaults to StartsWith. 0 = StartsWith, 1 = Contains
0, 1 The fields to search in. Defaults to all available fields if not specified.
1 = Name, 2 = CompanyName, 3 = AdditionalCompanyLine, 4 = EmailAddress, 5 = EbayName, 6 = PhoneNumber, 7 = VatId, 8 = Street, 9 = City, 10 = PostalCode, 11 = CustomerNumber, 12 = MobilePhoneNumber
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 Number of the page of items to fetch. Defaults to 1 when omitted.
Size of the page specified by PageNumber. Defaults to 100 when omitted.
Property to sort by. Multiple comma-separated fields are applied in order (OrderBy, then ThenBy).
Sort in descending order. Defaults to ascending when omitted.
Only include items whose CreatedDate is after (greater than) this value.
Only include items whose CreatedDate is before (less than) this value.
Only include items whose LastChanged is after (greater than) this value.
Only include items whose LastChanged is before (less than) this value.