Create A Budget Change
create_a_budget_changeCreate a budget change with adjustments and status for a project. Records changes in Procore's budget.
Instructions
Create a new budget change with adjustments. Use this to create a new Budget records in Procore. Creates a new Budget records and returns the created object on success (HTTP 201). Required parameters: project_id, status. Procore API: Construction Financials > Budget. Endpoint: POST /rest/v1.0/projects/{project_id}/budget_changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| number | No | JSON request body field — number field of budget change. If not provided, it will be assigned. | |
| status | Yes | 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 line items. todo this key be renamed to line_items in the future | |
| prostore_file_ids | No | JSON request body field — the prostore file identifiers that will be associated with this budget change as attachments | |
| production_quantities | No | JSON request body field — list of budget change production quantities |