Create A New Budgeted Production Quantity
create_a_new_budgeted_production_quantityCreates a new budgeted production quantity for a Procore project, using cost code or WBS code, quantity, and unit of measure.
Instructions
Create a new Budgeted Production Quantity associated with the specified Project. 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. Procore API: Construction Financials > Budget. Endpoint: POST /rest/v1.0/projects/{project_id}/budgeted_production_quantities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | JSON request body field — unique identifier for the Procore project | |
| 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 |