update_budget_modification
Modify budget transfers between line items in Procore construction projects to adjust financial allocations and track changes.
Instructions
Update Budget Modification. [Construction Financials/Budget] PATCH /rest/v1.0/projects/{project_id}/budget_modifications/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID | |
| from_budget_line_item_id | No | ID of the Budget Line Item to transfer from. NOTE 1: required if 'Allow Budget Modifications Which Modify Grand Total' is not checked. NOTE 2: When updating if you want to remove the from_budget_li... | |
| notes | No | Notes on the purpose of the transfer | |
| origin_data | No | The Origin Data to associate with this Budget Modification | |
| origin_id | No | The Origin ID to associate with this Budget Modification (must be unique within a company) | |
| to_budget_line_item_id | Yes | ID of the Budget Line Item to transfer to. NOTE: You may not pass the same to_budget_line_item_id as from_budget_line_item_id. | |
| transfer_amount | Yes | Transfer amount |