update_a_time_off_record
Modify existing time off records in Procore to adjust dates, paid status, or reasons for employee absences.
Instructions
Update a Time Off Record. [Resource Management/Resource Planning] PATCH /rest/v1.0/workforce-planning/v2/companies/{company_id}/people/{person_id}/time-off/{time_off_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| person_id | Yes | Unique identifier for the person | |
| time_off_id | Yes | The UUID of the Time Off record. | |
| start_day | No | Start date of the time off (MM/DD/YY). | |
| end_day | No | End date of the time off (MM/DD/YY). | |
| apply_to_saturday | No | Whether the time off applies to Saturdays. | |
| apply_to_sunday | No | Whether the time off applies to Sundays. | |
| is_paid | No | Whether the time off is paid. | |
| reason | No | Reason for the time off. | |
| batch_start_time | No | Start time of the time off (formatted as HH:MM am/pm). | |
| batch_end_time | No | End time of the time off (formatted as HH:MM am/pm). |