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