update_actual_production_quantity
Modify installed quantity records in Procore projects to maintain accurate field productivity data and project management metrics.
Instructions
Update Actual Production Quantity. [Project Management/Field Productivity] PATCH /rest/v1.0/projects/{project_id}/actual_production_quantities/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID | |
| description | No | The description of the Actual Production Quantity | |
| quantity | Yes | Amount installed | |
| crew_id | No | The ID of the crew for the Actual Production Quantity | |
| location_id | No | The Location ID for the Actual Production Quantity |