For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Create a new or update existing Budgets entries with the provided data.
## Required Fields Summary
| Field | Type | Description |
|-------|------|-------------|
| `source_system_id` | string | Unique identifier of the budget in the ERP system |
| `subsidiary_currency_id` | string | Subsidiary currency id of the budget line |
| `subsidiary_amount` | double | Amount of the budget in the subsidiary's base currency |
| `period` | date | Budget applicable period. <br/>⚠️ **Required format:** `yyyy-mm-01` |
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a list of objects.
source_system_idstringRequired
Unique identifier of the invoice in the erp system. This value will be used to match source data and perform upserts.
subsidiary_currency_idstringRequired
Subsidiary currency id of the budget line. Should match the name in the currency list of source_coas.
subsidiary_amountdoubleRequired
Amount of the budget in the subsidiarys base currency.