Get client open documents
icount_get_client_open_docsRetrieve a client's open, unpaid documents and outstanding balance by client ID, email, or name.
Instructions
List one client's open (unpaid/unsettled) documents — their outstanding balance. Requires a client: pass clientId (preferred), email, or clientName. There is no all-clients mode; for that, use icount_search_documents with status 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Identify the client by email instead of id | ||
| doctype | No | ||
| clientId | No | Preferred identifier, from icount_list_clients | |
| getItems | No | Include line items on each document | |
| clientName | No | Identify the client by exact name instead of id |