v1

latestOpenAPI 3.0.32026-07-26229361630.0 KB
Appointment API

Confirm Follow-Up Appointment

Overview

This API endpoint confirms an existing follow-up appointment by changing its status from INITIATED to BOOKED.

put/dr/v1/appointment/{appointment_id}/follow-up/confirm

Path parameters

appointment_idstring required

Query parameters

partner_idstring
Example:1

If set to 1 then appointment_id in path parameter should be partner_appointment_id else eka apppointment_id

Headers

authstring required
Example:auth

Request body

start_timeinteger

Start time of the appointment in epoch

end_timeinteger

End time of the appointment in epoch

Example request

{
  "start_time": 1730189586,
  "end_time": 1730189586
}

Response

OK