create_a_budget_change
Create budget changes in Procore to manage construction project finances, including adjustments to line items, status updates, and documentation.
Instructions
Create a budget change. [Construction Financials/Budget] POST /rest/v1.0/projects/{project_id}/budget_changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| number | No | Number field of budget change. If not provided, it will be assigned. | |
| status | Yes | Status of budget change | |
| title | No | Title of budget change | |
| description | No | Description of budget change in HTML format | |
| adjustment_line_items | No | List of budget change line items. todo this key be renamed to line_items in the future | |
| prostore_file_ids | No | The prostore file identifiers that will be associated with this budget change as attachments | |
| production_quantities | No | List of budget change production quantities |