Bulk Update Time And Material Timecards
bulk_update_time_and_material_timecardsUpdate multiple time and material timecards at once for a project, reducing the need for repeated single-record API calls when processing bulk changes.
Instructions
Bulk update 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. Returns the modified time and material timecard on success. 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: PATCH /rest/v1.0/projects/{project_id}/time_and_material_timecards/bulk_update
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 |