Update Change Event Production Quantity
update_change_event_production_quantityModify an existing change event production quantity by updating its cost code, quantity, unit of measure, description, or WBS code. Specify project, change event, and quantity ID.
Instructions
Updates a Change Event Production Quantity's attributes. Use this to update an existing Change Events (only the supplied fields are changed). Updates the specified Change Events and returns the modified object on success. Required parameters: project_id, change_event_id, id. Procore API: Construction Financials > Change Events. Endpoint: PATCH /rest/v1.0/projects/{project_id}/change_events/{change_event_id}/change_event_production_quantities/{id}
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 | |
| id | Yes | URL path parameter — change Event Production Quantity ID | |
| cost_code_id | No | JSON request body field — iD of the associated Cost Code | |
| quantity | No | JSON request body field — the quantity for this Change Events operation | |
| uom | No | 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 |