Update A Budgeted Production Quantity
update_a_budgeted_production_quantityUpdate a budgeted production quantity for a Procore project. Specify the project ID and quantity ID, then modify optional fields like cost code, unit of measure, or quantity. Returns the updated record.
Instructions
Updating a Budgeted Production Quantity associated with the specified Project. 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}/budgeted_production_quantities/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | JSON request body field — unique identifier for the Procore project | |
| id | Yes | URL path parameter — id of the Budgeted Production Quantity | |
| cost_code_id | No | JSON request body field — costCode. DO NOT provide if your project is configured for Task Codes. | |
| wbs_code_id | No | JSON request body field — the Production Quantity Code for the Budgeted Production Quantity. This is necessary if your project is configured for Task Codes. DO NOT provide if your project is not configured for Task Codes. | |
| quantity | No | JSON request body field — quantity budgeted for a project cost code | |
| unit_of_measure | No | JSON request body field — the unit of measure for this Budget operation |