Create Actual Production Quantity
create_actual_production_quantityCreate a new Actual Production Quantity record to log field productivity in Procore. Requires project ID and quantity installed.
Instructions
Create new Actual Production Quantity associated with the specified Project. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: project_id, quantity. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/actual_production_quantities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| quantity | Yes | JSON request body field — amount installed | |
| description | No | JSON request body field — the description of the Actual Production Quantity | |
| wbs_code_id | No | JSON request body field — 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 | JSON request body field — the Cost Code ID for the Actual Production Quantity. DO NOT provide if your project is configured for Task Codes. | |
| crew_id | No | JSON request body field — the Crew ID for the Actual Production Quantity | |
| location_id | No | JSON request body field — the Location ID for the Actual Production Quantity | |
| timesheet_id | No | JSON request body field — 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 | JSON request body field — the Sub Job ID for the Actual Production Quantity. DO NOT provide if your project is configured for Task Codes. | |
| date | No | JSON request body field — 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. |