Method Details for GetCustomersModifiedSincePaged.
Gets a list of customer modified after specified date but only include certain customer status groups. Use a date before Jan 1, 2000 to get all customers.
Parameters
- date DateTime (yyyy-MM-dd) Date to search from (DateTime)
- includeCustomers Boolean A value indicating whether to include customers with the customer status group "Customers" (bool)
- includeSuppliers Boolean A value indicating whether to include customers with the customer status group "Suppliers" (bool)
- includeLeads Boolean A value indicating whether to include customers with the customer status group "Leads" (bool)
- loadCustomFields Boolean Load the custom fields (if any) associated (bool)
- loadExternalKeys Boolean Load external keys (if any) associated (bool)
- page Integer Page to get results from (int)
- pageSize Integer Number of results per page. Max value: 500. (int)
- token SecurityToken Security token associated with the request (SecurityToken)
Returns
A list of customers