Appointment REST Endpoints

Description

Appointment
The operations from the Appointment category.
Book an appointment
Method: post
Path: /Appointment/$book
Find available appointments
Method: get
Path: /Appointment/$find
Find available appointments
Method: post
Path: /Appointment/$find
Get a list of appointments
Method: get
Path: /Appointment
Get an appointment by ID
Method: get
Path: /Appointment/{id}
Update an appointment status
Method: patch
Path: /Appointment/{id}