getSalesStatementsXlsx
mutation
Export sales statements to XLSX
Generates an Excel spreadsheet with customer account statements for the selected period.
mutation {
getSalesStatementsXlsx(companyId: Int!, options: SalesStatementOptions, options2: SalesStatementTotalsOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | SalesStatementOptions | |
options2 | SalesStatementTotalsOptions |