Bulk Create
bulk_create_project_v1_0Create up to 25 equipment timecard entries in a single bulk transaction. Use for batch creation of Field Productivity records with partial failure handling.
Instructions
Create equipment timecard entries in a bulk transaction. (Current max is set to 25 timecard entries). NOTE, this endpoint is currently in the experimental stage and is subject to change. Please contact support to be added to the beta group. Use this to create many Field Productivity records records in a single request. Creates many Field Productivity records records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. Required parameters: project_id, company_id, equipment_timecard_entries. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/equipment_timecard_entries/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| equipment_timecard_entries | Yes | JSON request body field — array of equipment timecard entries to be created |