v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBbudget_items
Create budget item
Creates a budget item for the speicified project or phase.
post/projects/{project_id}/budget_items
Request body
Example request
{
"id": 6789,
"amount": 30.5,
"assignable_id": 821065,
"item_type": "TimeFeesDays",
"created_at": "2025-01-22T06:00:30Z",
"updated_at": "2025-01-22T06:13:40Z"
}Response
The new budget item.
Example response
{
"id": 6789,
"amount": 30.5,
"assignable_id": 821065,
"item_type": "TimeFeesDays",
"created_at": "2025-01-22T06:00:30Z",
"updated_at": "2025-01-22T06:13:40Z"
}