salesPendingListClient
query
Sales pending for a specific customer
Returns the detailed list of outstanding (unpaid) documents for a specific customer.
query {
salesPendingListClient(companyId: Int!, customerId: Int, options: SalesPendingListOptions): SalesPendingListClient!
}Returns: SalesPendingListClient!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
customerId | Int | |
options | SalesPendingListOptions |