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