The GetCustomerContacts function returns all customer contacts for the given filter object.
Method | /GetCustomerContacts |
The request body is of type GetCustomerContacts.
Name | Description | Data Type |
---|---|---|
filter | CustomerContactsFilter | |
offset | xml:int | |
recordCount | xml:int | |
orderBy | xml:string | |
skipItemId | xml:int |
|
The response body is of type GetCustomerContactsResponse.
Name | Description | Data Type |
---|---|---|
GetCustomerContactsResult | ArrayOfViewCustomerContactInfo |
|