Bulk Create Time And Material Timecards
bulk_create_time_and_material_timecardsBulk create time and material timecards with one request. Inspect each returned entry to identify any individual failures.
Instructions
Bulk create Time and material timecards with one request. Prefer this over repeated single-record calls when handling many time and material timecards at once. project_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: project_id, time_and_material_timecards. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/time_and_material_timecards/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| time_and_material_timecards | Yes | JSON request body field — array of Time and material timecard objects |