dispatch_appointments_reschedule
Reschedule appointments by updating start/end times, arrival windows, and special instructions in ServiceTitan's dispatch system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Appointment ID | |
| start | No | Updated appointment start time | |
| end | No | Updated appointment end time | |
| arrivalWindowStart | No | Updated arrival window start time | |
| arrivalWindowEnd | No | Updated arrival window end time | |
| specialInstructions | No | Updated special instructions | |
| _confirmed | No | Set to true to confirm this write operation |