Appointment REST Endpoints

Appointment
The operations from the Appointment category.
Create an appointment
Method: post
Path: /Appointment/
Get a list of appointments
Method: get
Path: /Appointment/
Get an appointment by ID
Method: get
Path: /Appointment/{id}
Update an appointment
Method: put
Path: /Appointment/{id}