Bulk Create Timecard Entries
bulk_create_timecard_entriesCreates multiple timecard entries in a single request. Handles partial failures by checking each item's status.
Instructions
Creates multiple timecard entries at the same time. 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: company_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/timesheets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| timecard_entries | No | JSON request body field — array of Timecard Entries you want to create |