Export Filtered Customers
GET/api/Customers/ExportFilteredCustomers
Tier: Public — stable, supported for third-party integration.
Exports the filtered customer list as a CSV file.
Request
Responses
- 200
- 400
- 401
A CSV file (application/octet-stream, attachment name Export.csv) of the full Customers.CustomerSummaryDto column set.
The OData query options failed validation (bare 400, no body).
Caller is not authenticated.