create_appointment
Schedule patient appointments in Cliniko by specifying start time, practitioner, appointment type, and business details to manage healthcare bookings.
Instructions
Create a new appointment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| starts_at | Yes | Appointment start time (ISO 8601) | |
| patient_id | No | Patient ID (optional for walk-ins) | |
| practitioner_id | Yes | Practitioner ID | |
| appointment_type_id | Yes | Appointment type ID | |
| business_id | Yes | Business ID | |
| notes | No | Appointment notes |