Headers
Example:
"auth"
Path Parameters
Query Parameters
If set to 1 then appointment_id in path parameter should be partner_appointment_id else eka apppointment_id
Example:
"1"
Body
application/json
- EkaIds
- PartnerIds
Identifier for the clinic in Eka.
Example:
"6742984"
Identifier for the doctor in Eka.
Example:
"6742984"
Identifier for the patient in Eka.
Example:
"6742984"
This field is a set of key-value pair very specific to our partner and not visible in appointment queue. These key-value pairs are just stored at our end and echoed back in appointment related apis. We dont use it for any computation. In case of update it will be completely overridden.
- DOB
- AGE
- This field is a set of
key-value pair
. - The value corresponding to a key must be string, int, or float.
- Keys in
display_meta
must not exceed 30 characters. - The value for a key must not exceed 50 characters.
- These key-value pairs will be shown on the appointment card.
- For key names, it is recommended to use underscores (
_
) instead of spaces. During display, underscores will be replaced with spaces, and the following letter will be capitalized automatically. - Example:
"vendor_patient_id": "P41025551968206"
will be shown as"Vendor Patient Id": "P41025551968206"
Response
OK