create_budget_modification
Transfer funds between budget line items in a Procore construction project to adjust financial allocations and track modifications.
Instructions
Create Budget Modification. [Construction Financials/Budget] POST /rest/v1.0/projects/{project_id}/budget_modifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| 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 |