tebra_update_appointment
Update a Tebra appointment by specifying only the fields to change, such as date, duration, provider, notes, or cancellation reason.
Instructions
Update an existing appointment in Tebra. Only provided fields will be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appointmentId | Yes | Tebra appointment ID to update | |
| startDate | No | Optional new start date/time (ISO 8601) | |
| duration | No | Optional new duration in minutes | |
| providerId | No | Optional new provider ID | |
| confirmationStatus | No | Optional new confirmation status | |
| notes | No | Optional updated notes | |
| cancellationReason | No | Optional cancellation reason (for cancelled appointments) |