getAccountBalance
getAccountBalanceRetrieve the balance of an accounting account with filters by customer, contract, currency, and date range.
Instructions
Retrieve the balance for a specific accounting account. Supports filtering by customer, contract, currency, and posted-at date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The unique identifier of the account. | |
| as_of | No | Date for the balance snapshot (YYYY-MM-DD). | |
| customer_id | No | Filter the balance to a single customer UUID. | |
| contract_id | No | Filter the balance to a single billing contract UUID (enables per-contract GL balance). | |
| currency | No | Three-letter ISO currency code (e.g. 'USD'). | |
| journal_entry__posted_at__gte | No | Lower bound on parent journal entry posted-at date (inclusive). | |
| journal_entry__posted_at__lte | No | Upper bound on parent journal entry posted-at date (inclusive). | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |