Documentation Index
Fetch the complete documentation index at: https://ekacare-mintlify-changelog-1776733918.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
A webhook event is sent for the response of order status api, where we’ll recive the status and detail of booking
Order Status
Request
Headers:
Body:
{
"service": "uhi",
"event": "booking.status",
"event_time": 1749822309,
"transaction_id": "<webhook transaction id>",
"timestamp": 1749825214,
"business_id": "<partner business id>",
"client_id": "<partner client id>",
"data": {
"billing": {
"address": "<string>",
"email": "<string>",
"name": "<string>",
"phone": "<string>"
},
"consultation": {
"end_time": "<string>",
"slot_id": "<string>",
"start_time": "<string>",
"type": "<string>"
},
"doctor": {
"doctor_gender": "<string>",
"doctor_image": "<string>",
"id": "<string>",
"name": "<string>",
"tags": [
"<string>"
]
},
"facility_id": "<string>",
"order_id": "<string>",
"patient": {
"dob": "<string>",
"gender": "<string>",
"id": "<string>"
},
"payment": {
"status": "<string>",
"type": "<string>"
},
"quote": {
"breakup": [
{
"title": "<string>",
"value": "<string>"
}
],
"total": "<string>"
},
"terms": [
{
"long_desc": "<string>",
"short_desc": "<string>",
"terms_state": "<string>",
"type": "<string>"
}
]
}
}