Create or update a budget value for a project

Create or update a budget value for a project. Only available for projects with yearly budgets enabled. BudgetValue represents a project-level yearly aggregate identified by (year, exp_type). Use this endpoint to read or update CAPEX/OPEX yearly totals directly. For line-level budgeting per budget line and year, use BudgetLineValue endpoints. This endpoint behaves as upsert for (year, exp_type): returns 201 when created and 200 when updated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Id of the project. Can either be the UUID of the project (ex: d517a206-c6ea-4189-a4c4-72312f0a72f9) or the short id of the project (ex: ABC-A12).

string
enum
required

The type of budget value to retrieve (CAPEX or OPEX)

Allowed:
integer
required

The fiscal year to retrieve budget values for

Body Params

A ModelSerializer that takes additional arguments for
"fields", "omit" and "expand" in order to
control which fields are displayed, and whether to replace simple
values with complex, nested serializations

integer | null
0 to 2147483647
integer | null
0 to 2147483647
integer | null
0 to 2147483647
integer | null
0 to 2147483647
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

400

Validation Error

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json