Reschedule Appointment


This API reschedules an existing appointment.

Sample Flow


reschedule-appointment

APIs


The API(s) used in this use case are as follows:

1. /Patient/$find

POST [baseURL]/Patient/$find Try API


2. /Slot/$find-available-slots

POST [baseURL]/Slot/$find-available-slots Try API


4. /Appointment/$reschedule

POST [baseURL]/Appointment/$reschedule Try API