v1
latestOpenAPI 3.0.32026-07-26229361630.0 KBAppointment API
Update Appointment
Overview
This API endpoint is used to update an existing appointment.
patch/dr/v1/appointment/{appointment_id}
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
Example request
{
"video_connect": {
"vendor": "100ms",
"url": "https://xyz.com/landing",
"pt_joined": 1747311346
},
"patient_details": {
"designation": "Mr.",
"first_name": "Test",
"partner_patient_id": "6742984",
"last_name": "Patient",
"mobile": "+919999999999",
"gender": "M",
"address": {
"city": "Bangalore",
"pincode": 560049
},
"dob": "1987-01-06"
}
}Response
OK