PATCH
/
dr
/
v1
/
appointment
/
{appointment_id}
curl --request PATCH \
  --url https://api.eka.care/dr/v1/appointment/{appointment_id} \
  --header 'Content-Type: application/json' \
  --header 'auth: <auth>' \
  --data '{
  "custom_attributes": {
    "label": [
      "vital_submitted"
    ],
    "tags": [
      "in_consult",
      "paid"
    ]
  },
  "partner_meta": {},
  "patient_details": {
    "first_name": "updated_name"
  }
}'
This response has no body data.

Headers

auth
string
required

Path Parameters

appointment_id
string
required

Query Parameters

partner_id
string

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

Body

application/json
custom_attributes
object
partner_meta
object
start_time
integer

Start time of new appointment in epoch. To be used in order to reschedule appointment.

end_time
integer

End time of new appointment in epoch. To be used in order to reschedule appointment.

patient_details
object