getSalespersonsPaymentsHistoryXLS
mutation
Export salesperson payments history to XLSX
Generates an Excel spreadsheet with historical commission payment data.
mutation {
getSalespersonsPaymentsHistoryXLS(companyId: Int!, xlsOptions: SalespersonsPaymentsHistoryExportOptions!, options: SalespersonsPaymentsHistoryOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
xlsOptions | SalespersonsPaymentsHistoryExportOptions! | |
options | SalespersonsPaymentsHistoryOptions |