Create Change Event Production Quantity
create_change_event_production_quantityAdd a new production quantity to an existing Change Event in Procore by specifying project, cost code, quantity, and unit of measure.
Instructions
Creates a new Change Event Production Quantity for a given Change Event. Use this to create a new Change Events in Procore. Creates a new Change Events and returns the created object on success (HTTP 201). Required parameters: project_id, change_event_id, cost_code_id, quantity, uom. Procore API: Construction Financials > Change Events. Endpoint: POST /rest/v1.0/projects/{project_id}/change_events/{change_event_id}/change_event_production_quantities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| change_event_id | Yes | URL path parameter — unique identifier for the Change Event | |
| cost_code_id | Yes | JSON request body field — iD of the associated Cost Code | |
| quantity | Yes | JSON request body field — the quantity for this Change Events operation | |
| uom | Yes | JSON request body field — unit of Measure | |
| description | No | JSON request body field — the description for this Change Events operation | |
| wbs_code_id | No | JSON request body field — iD of the associated WBS Code |