v1
latestOpenAPI 3.0.32026-07-26229361630.0 KBAppointment API
No-Show Appointment
Overview
This API endpoint is used to update an existing appointment to No-Show state.
post/dr/v1/appointment/{appointment_id}/change-status
Path parameters
appointment_idstring required
Query parameters
partner_idstring required
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
{
"status": "NS"
}Response
OK