create_actual_production_quantity
Records installed quantities in Procore projects to track field productivity and progress against production targets.
Instructions
Create Actual Production Quantity. [Project Management/Field Productivity] POST /rest/v1.0/projects/{project_id}/actual_production_quantities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| quantity | Yes | Amount installed | |
| description | No | The description of the Actual Production Quantity | |
| wbs_code_id | No | The Production Quantity Code for the Actual Production Quantity. This is necessary if your project is configured for Task Codes. DO NOT provide if your project is not configured for Task Codes. | |
| cost_code_id | No | The Cost Code ID for the Actual Production Quantity. DO NOT provide if your project is configured for Task Codes. | |
| crew_id | No | The Crew ID for the Actual Production Quantity | |
| location_id | No | The Location ID for the Actual Production Quantity | |
| timesheet_id | No | The Timesheet ID for the Actual Production Quantity. If the 'timesheet_id' is provided in the request, then the date for the timesheet will be associated with the production quantity, regardless of... | |
| sub_job_id | No | The Sub Job ID for the Actual Production Quantity. DO NOT provide if your project is configured for Task Codes. | |
| date | No | Date the Actual Production Quantity was installed. The date will be associated with the production quantity only when 'timesheet_id' is not included in the request. |