Bulk Create
bulk_create_projectCreate multiple timecard entries in a single transaction for a project. Accepts up to 25 entries and returns created collection with status per item.
Instructions
Create multiple timecard entries in a single transaction. 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, timecard_entries. Procore API (v1.1): Project Management > Field Productivity. Endpoint: POST /rest/v1.1/projects/{project_id}/project_timecard_entries/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| timecard_entries | Yes | JSON request body field — array of timecard entries to be created in bulk (maximum 25 entries). |