Bulk Create Timecard Entries
bulk_create_timecard_entriesBatch create multiple timecard entries in one request, reducing repetitive API calls. Review each returned record for independent failures.
Instructions
Creates multiple timecard entries at the same time. Prefer this over repeated single-record calls when handling many timecard entries at once. company_id defaults to the value set by procore_set_config when omitted. Processes every supplied record in one request and returns the resulting collection; individual entries can fail independently, so check each one. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |