Bulk Create Time And Material Equipment Logs
bulk_create_time_and_material_equipment_logsBulk create time and material equipment logs for multiple field productivity records in a single request, with partial failure handling per item.
Instructions
Bulk create Time and material equipment logs with one request. 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, time_and_material_equipment_logs. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/time_and_material_equipment_logs/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| time_and_material_equipment_logs | Yes | JSON request body field — array of Time and material equipment log objects |