bulk_update_timecard_entries
Update multiple timecard entries simultaneously in Procore to modify hours, status, cost codes, or other details across projects.
Instructions
Bulk Update Timecard Entries. [Project Management/Field Productivity] PATCH /rest/v1.0/companies/{company_id}/timesheets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| approval_status | No | Approval status of a Timecard Entry | |
| billable | No | The Billable status of the Timecard Entry | |
| cost_code_id | No | The ID of the Cost Code of the Timecard Entry | |
| crew_id | No | The ID of the crew for the Timecard Entry | |
| date | No | The Date of the Timecard Entry | |
| description | No | The description of the Timecard Entry | |
| hours | No | Hours worked on a Timecard Entry | |
| location_id | No | The location ID for the Timecard Entry | |
| origin_id | No | ID of related external data | |
| origin_data | No | Value of related external data | |
| party_id | No | The ID of the party for the Timecard Entry | |
| project_id | No | The ID of the Timecard Time Type of the Timecard Entry | |
| set_timecard_time_type_automatically | No | Whether or not to allow the automatic overtime management system to apply the configured rules to set the timecard_time_type_id and/or split the timecard entry automatically | |
| sub_job_id | No | The ID of the Sub Job of the Timecard Entry | |
| time_in | No | Time in for the Timecard Entry | |
| time_out | No | Time out for the Timecard Entry | |
| timesheet_id | No | The ID of the Timesheet of the Timecard Entry | |
| timecard_time_type_id | No | The ID of the Timecard Time Type of the Timecard Entry | |
| updates | Yes | The IDs of the timecards you want to update | |
| user_id | No | The ID of the Login Information of the Timecard Entry | |
| work_classification_id | No | The ID of the Work Classification of the Timecard Entry |