Bulk Update Time And Material Timecards
bulk_update_time_and_material_timecardsUpdate multiple time and material timecards in one request. Modify existing Field Productivity records by supplying only the fields to change.
Instructions
Bulk update Time and material timecards with one request. Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. 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 |