The GetCustomers function retrieves all customers for the given parameters.
Method | /GetCustomers |
The request body is of type GetCustomers.
Name | Description | Data Type |
---|---|---|
filter | CustomersFilter | |
offset | xml:int | |
recordCount | xml:int | |
orderBy | xml:string |
|
The response body is of type GetCustomersResponse.
Name | Description | Data Type |
---|---|---|
GetCustomersResult | ArrayOfViewCustomerInfo |