Returns list of the budgets of the user in the specific company
[ { "id": 1, "expense_account_id": 1, "user_id": 1, "approver_id": 1, "name": "Travel Budget", "start_date": "28-11-2022", "end_date": "28-12-2022", "amount": "20.00", "amount_currency": "EUR", "used_amount": "10.00", "state": "approved", "cost_centers": [ { "id": 1, "dimension_name": "Project", "name": "Some project 1", "deacticated": false } ] } ]
Param name | Description |
---|---|
page optional |
Page number Validations:
|
per_page optional |
Number of records per page. Default: 30 Validations:
|
Create budget
Update budget
Param name | Description |
---|---|
id required |
Budget ID Validations:
|