Appointment Types
Number of APIs: 8
-
Edit an appointment type PATCH {{baseUrl}}/appointment_types/:id?subdomain={{subdomain}}
-
Delete an appointment type DELETE {{baseUrl}}/appointment_types/:id?subdomain={{subdomain}}&location_id={{location_id}}
-
Create an appointment type POST {{baseUrl}}/appointment_types?subdomain={{subdomain}}
-
View appointment types GET {{baseUrl}}/appointment_types?subdomain={{subdomain}}&location_id={{location_id}}&include[]=<string>&include[]=<string>
-
View appointment type appointment descriptors GET {{baseUrl}}/appointment_types/:id/appointment_descriptors?subdomain={{subdomain}}&location_id={{location_id}}&descriptor_type=<string>
-
View an appointment type GET {{baseUrl}}/appointment_types/:id?subdomain={{subdomain}}&location_id={{location_id}}&include[]=<string>&include[]=<string>
-
View appointment type providers GET {{baseUrl}}/appointment_types/:id/providers?page=1&per_page=5&subdomain={{subdomain}}&location_id={{location_id}}
-
View appointment type operatories GET {{baseUrl}}/appointment_types/:id/operatories?page=1&per_page=5&subdomain={{subdomain}}&location_id={{location_id}}