update_appointment
Update appointment details or reschedule an existing appointment by providing the appointment ID and any fields to change.
Instructions
Modify or reschedule an existing appointment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Appointment ID | |
| startTime | No | New start time (ISO 8601 datetime) | |
| endTime | No | New end time (ISO 8601 datetime) | |
| dockId | No | New dock ID | |
| loadTypeId | No | New load type ID | |
| carrierId | No | New carrier ID | |
| referenceNumber | No | New reference number | |
| notes | No | Updated notes | |
| status | No | New status |