Appointment Type
Number of APIs: 5
-
Create appointment type POST https://api.{{shard}}.cliniko.com/v1/appointment_types
-
Archive appointment type POST https://api.{{shard}}.cliniko.com/v1/appointment_types/{{appointment_type_id}}/archive
-
Update appointment type PATCH https://api.{{shard}}.cliniko.com/v1/appointment_types
-
Get appointment type GET https://api.{{shard}}.cliniko.com/v1/appointment_types/{{appointment_type_id}}
-
List appointment types for practitioner GET https://api.{{shard}}.cliniko.com/v1/practitioners/{{practitioner_id}}/appointment_types/{{appointment_type_id}}