getPurchasesStatementsXlsx
mutation
Export purchases statements to XLSX
Generates an Excel spreadsheet with supplier account statement data and sends it as a download.
mutation {
getPurchasesStatementsXlsx(companyId: Int!, options: PurchasesStatementOptions, options2: PurchasesStatementTotalsOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | PurchasesStatementOptions | |
options2 | PurchasesStatementTotalsOptions |