Get customer export based on the specified filters.
Method | /GetCustomerMailingExportFile |
The request body is of type GetCustomerMailingExportFile.
Name | Description | Data Type |
---|---|---|
isExportAllowedOnly | BooleanFilter | |
isCancelledOnly | BooleanFilter | |
hasEmailOnly | BooleanFilter | |
hasAddressOnly | BooleanFilter | |
filterGroups | ArrayOfCustomerExportFilterGroup | |
includeCustomerContacts | xml:boolean | |
fileExtension | xml:string |
|
The response body is of type GetCustomerMailingExportFileResponse.
Name | Description | Data Type |
---|---|---|
GetCustomerMailingExportFileResult | xml:base64Binary | |
fileExtension | xml:string |
|