getCustomersXlsx
mutation
Export customers to XLSX
Generates an Excel spreadsheet containing customer data matching the provided filter options. The file is delivered asynchronously.
mutation {
getCustomersXlsx(companyId: Int!, options: CustomerOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | CustomerOptions |