Appointment Types

Number of APIs: 8

  1. Edit an appointment type PATCH {{baseUrl}}/appointment_types/:id?subdomain={{subdomain}}

  2. Delete an appointment type DELETE {{baseUrl}}/appointment_types/:id?subdomain={{subdomain}}&location_id={{location_id}}

  3. Create an appointment type POST {{baseUrl}}/appointment_types?subdomain={{subdomain}}

  4. View appointment types GET {{baseUrl}}/appointment_types?subdomain={{subdomain}}&location_id={{location_id}}&include[]=<string>&include[]=<string>

  5. View appointment type appointment descriptors GET {{baseUrl}}/appointment_types/:id/appointment_descriptors?subdomain={{subdomain}}&location_id={{location_id}}&descriptor_type=<string>

  6. View an appointment type GET {{baseUrl}}/appointment_types/:id?subdomain={{subdomain}}&location_id={{location_id}}&include[]=<string>&include[]=<string>

  7. View appointment type providers GET {{baseUrl}}/appointment_types/:id/providers?page=1&per_page=5&subdomain={{subdomain}}&location_id={{location_id}}

  8. View appointment type operatories GET {{baseUrl}}/appointment_types/:id/operatories?page=1&per_page=5&subdomain={{subdomain}}&location_id={{location_id}}