Skip to main content
POST
/
registered_url_for_ipd_admissions_events_events
IPD Admission Event
curl --request POST \
  --url https://{partner_host}/registered_url_for_ipd_admissions_events_events \
  --header 'Content-Type: application/json' \
  --data '
{
  "service": "ipd",
  "event": "ipd_admissions_events.created",
  "event_time": 1782811749,
  "timestamp": 1782811749,
  "business_id": "7175620245483777",
  "data": {
    "id": "93cfa0eb-f9af-4391-afd7-7f8409e45c22",
    "kind": "CLEARANCE",
    "at": "2026-06-30 09:29:02.364000+00:00",
    "by": {
      "id": "175620245502842",
      "name": "Dr Imtiyaz m,"
    },
    "clearance_type": "pharmacy",
    "to": "COMPLETED"
  },
  "transaction_id": "93cfa0eb-f9af-4391-afd7-7f8409e45c22",
  "client_id": "EC_1777984421469"
}
'

Body

application/json
service
string
required

Type of service

Example:

"ipd"

event
enum<string>
required

Type of event

Available options:
ipd_admissions_events.created,
ipd_admissions_events.updated
Example:

"ipd_admissions_events.created"

event_time
integer
required

Event occurred timestamp

Example:

1782811749

timestamp
integer
required

Timestamp of the event

Example:

1782811749

business_id
string
required

Business ID for the admission

Example:

"7175620245483777"

data
object
required
transaction_id
string

Unique transaction identifier for the event

Example:

"93cfa0eb-f9af-4391-afd7-7f8409e45c22"

client_id
string

Client ID for the admission

Example:

"EC_1777984421469"

Response

200 - undefined