Appointment API
Update Appointment
Overview
This API endpoint is used to update an existing appointment.
PATCH
/
dr
/
v1
/
appointment
/
{appointment_id}
Headers
auth
string
requiredPath Parameters
appointment_id
string
requiredQuery Parameters
partner_id
string
If set to 1 then appointment_id in path parameter should be partner_appointment_id else eka apppointment_id
Body
application/json
custom_attributes
object
partner_meta
object
start_time
integer
Start time of new appointment in epoch. To be used in order to reschedule appointment.
end_time
integer
End time of new appointment in epoch. To be used in order to reschedule appointment.
patient_details
object