update_appointment
Modify or reschedule existing appointments in Shopmonkey by updating details like date, time, customer information, and work order links.
Instructions
Update or reschedule an existing appointment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The appointment ID to update | |
| customerId | No | Customer ID for the appointment | |
| vehicleId | No | Vehicle ID for the appointment | |
| orderId | No | Work order ID to link to | |
| startDate | No | New start date/time (ISO 8601 format) | |
| endDate | No | New end date/time (ISO 8601 format) | |
| title | No | Appointment title or summary | |
| notes | No | Additional notes |