Update Actual Production Quantity
update_actual_production_quantityUpdate the installed quantity for an existing field productivity record in a Procore project. Modify quantity, description, crew, or location as needed.
Instructions
Update Actual Production Quantity associated with the specific Project. Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. Required parameters: project_id, id, quantity. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/actual_production_quantities/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Field Productivity resource | |
| description | No | JSON request body field — the description of the Actual Production Quantity | |
| quantity | Yes | JSON request body field — amount installed | |
| crew_id | No | JSON request body field — the ID of the crew for the Actual Production Quantity | |
| location_id | No | JSON request body field — the Location ID for the Actual Production Quantity |