show_actual_production_quantity
Retrieve actual production quantity data from Procore to track installed amounts, crew assignments, and location details for construction project management.
Instructions
Show Actual Production Quantity. [Project Management/Field Productivity] GET /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 | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |