GET
/api-v1/budget
curl \
--request GET 'https://wyzio.app/api-v1/budget'
Response examples (200)
[
{
"id": 42,
"organizationId": 42,
"fiscalYear": 42,
"name": "string",
"reportType": "BALANCE_SHEET",
"status": "ACTIVE",
"parent": 42,
"articleId": 42,
"contactId": 42,
"orderId": 42,
"departmentId": 42
}
]