v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Finance > BudgetOption

Reads a single Budget option

Fetch budget options for the company

get/api/2026-07-01/resources/finance/budget_options/{id}

Path parameters

idstring required

Search budget options by ID

Response

OK

idstring required

Unique identifier for the budget option

namestring required

Name of the budget option

descriptionstring

Description of the budget option

currencystring required

Currency of the budget option

legal_entity_idstring required

Legal entity ID of the budget option

Example response

{
  "id": "1",
  "name": "Marketing Budget",
  "description": "Budget for marketing activities",
  "currency": "EUR",
  "legal_entity_id": "11"
}