Update Information Of A Budget Change
update_information_of_a_budget_changeUpdate an existing budget change in Procore by modifying only the specified fields. Returns the updated budget change record.
Instructions
Update information of a Budget Change. 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: project_id, id. Procore API: Construction Financials > Budget. Endpoint: PATCH /rest/v1.0/projects/{project_id}/budget_changes/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | No | JSON request body field — unique identifier of this budget change | |
| number | No | JSON request body field — number field of budget change | |
| status | No | JSON request body field — status of budget change | |
| title | No | JSON request body field — title of budget change | |
| description | No | JSON request body field — description of budget change in HTML format | |
| adjustment_line_items | No | JSON request body field — list of budget change adjustments | |
| prostore_file_ids | No | JSON request body field — the desired prostore file identifiers that will replace the current collection of attachments associated with the budget change | |
| production_quantities | No | JSON request body field — list of budget change production quantities |