cURL
curl --request POST \ --url https://api.eka.care/dr/v1/appointment/{appointment_id}/change-status \ --header 'Content-Type: application/json' \ --header 'auth: <auth>' \ --data '{ "status": "NS" }'
{ "error": { "code": "INVALID_REQUEST", "message": "The request is invalid or missing required parameters" } }
This API endpoint is used to update an existing appointment to No-Show state.
"auth"
If set to 1 then appointment_id in path parameter should be partner_appointment_id else eka apppointment_id
"1"
"NS"
OK
Was this page helpful?