salesPendingList
query
Sales pending by customer
Returns outstanding (unpaid) sales documents grouped by customer, showing balances owed and aging information.
query {
salesPendingList(companyId: Int!, options: SalesPendingListOptions): SalesPendingListByCustomer!
}Returns: SalesPendingListByCustomer!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | SalesPendingListOptions |