get_start_balances
Retrieve opening balances for each general ledger account in a fiscal year to verify year-over-year balance consistency. Returns account ID, description, and start balance.
Instructions
Retrieve opening balances (beginbalansen) per GL account for a fiscal year. Returns accountID, accountDescription, and startBalance for each GL account. Use this for year-over-year balance verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yearId | Yes | Fiscal year as a 4-digit integer (e.g. 2025). | |
| financialMode | No | Financial mode: '1' = fiscal (default), '0' = commercial. | 1 |
| administrationId | No | Administration ID (GUID). Defaults to YUKI_DOMAIN_ID env var. |