Update Budget Line Item
update_budget_line_itemUpdate a specific budget line item by providing its ID, project ID, and the modified fields.
Instructions
Update a line item of a specified budget. Use this to update an existing Budget records (only the supplied fields are changed). Updates the specified Budget records and returns the modified object on success. Required parameters: id, project_id, budget_line_item. Procore API (v1.1): Construction Financials > Budget. Endpoint: PATCH /rest/v1.1/budget_line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Budget resource | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| budget_line_item | Yes | JSON request body field — budget Line Item object |