Create Productivity Log
create_productivity_logCreate a productivity log to record worker output and quantities in a Procore project's daily log.
Instructions
Creates single Productivity Log #### Click - Daily Log guide - for additional info on * Attachments #### Note: The required Line Item ID to create a Productivity Log must be from an approved Contract #### How to find a Line Item ID * If the Line Item comes from a Work Order Contract use the Work Order Contracts List endpoint * If the Line Item comes from a Purchase Order Contract use the Purchase Order Contracts List endpoint *... Use this to create a new Daily Log records in Procore. Creates a new Daily Log records and returns the created object on success (HTTP 201). Required parameters: project_id, productivity_log. Procore API: Project Management > Daily Log. Endpoint: POST /rest/v1.0/projects/{project_id}/productivity_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| productivity_log | Yes | JSON request body field — the productivity log for this Daily Log operation |