cliniko-booking

Reschedule a Cliniko appointment

patch/patients/{patient_id}/cliniko/appointments/{appointment_id}

Path parameters

patient_idinteger required
appointment_idinteger required

Request body

additional_commentsstring nullable
patient_timezonestring nullable
slot_idstring required

Response

appointment updated

appointment_type_descriptionstring nullable
appointment_type_idinteger nullable
appointment_type_namestring required
appointment_type_sort_orderinteger nullable
assigned_practitioner_idinteger nullable
business_timezonestring nullable
canceled_atstring date-time nullable
cancellation_reasonstring nullable
cliniko_appointment_idinteger required
created_timestring date-time required
duration_minutesinteger required
ends_atstring date-time required
idinteger required
localized_ends_atstring date-time nullable
localized_starts_atstring date-time nullable
province_codestring required
slot_idstring nullable
starts_atstring date-time required
statusstring required
telehealth_urlstring nullable

Changes