getSalesPendingListDateXlsx
mutation
Export sales pending by date to XLSX
Generates an Excel spreadsheet with the outstanding sales documents grouped by due date.
mutation {
getSalesPendingListDateXlsx(companyId: Int!, options: SalesPendingListOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | SalesPendingListOptions |