Skip to main content
POST
/
dr
/
v1
/
appointment
/
{appointment_id}
/
change-status
No-Show Appointment
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"
}'
This response does not have an example.

Headers

auth
string
required
Example:

"auth"

Path Parameters

appointment_id
string
required

Query Parameters

partner_id
string
required

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

Example:

"1"

Body

application/json
status
string
Example:

"NS"

Response

OK