getCustomerHistoryXLS
mutation
Export customer history as XLS Generates an Excel spreadsheet with the customer history data.
mutation {
getCustomerHistoryXLS(companyId: Int!, options: CustomerHistoryOptions, xlsOptions: CustomerHistoryXLSOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | CustomerHistoryOptions | |
xlsOptions | CustomerHistoryXLSOptions |