Skip to main content
POST
/
registered_url_for_ipd_admissions_estimates_events
IPD Admission Estimate
curl --request POST \
  --url https://{partner_host}/registered_url_for_ipd_admissions_estimates_events \
  --header 'Content-Type: application/json' \
  --data '
{
  "service": "ipd",
  "event": "ipd_admissions_estimates.created",
  "event_time": 1782812696,
  "timestamp": 1782812696,
  "business_id": "7175620245483777",
  "data": {
    "id": "8c2c435c-fa95-4556-9d6e-400ea2f2433d",
    "name": "test",
    "service_id": "2961-500-7175620245483777-68ad85d786ddd9001d409348",
    "added_by": "175620245502842",
    "created_at": "2026-06-30 09:44:49.434000+00:00",
    "date": "2026-06-30 09:44:48.238000+00:00",
    "discount": {
      "category": "percentage",
      "value": 0
    },
    "quantity": 1,
    "rate": 500,
    "remarks": "",
    "updated_at": "2026-06-30 09:44:49.434000+00:00"
  },
  "transaction_id": "8c2c435c-fa95-4556-9d6e-400ea2f2433d",
  "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_estimates.created,
ipd_admissions_estimates.updated
Example:

"ipd_admissions_estimates.created"

event_time
integer
required

Event occurred timestamp

Example:

1782812696

timestamp
integer
required

Timestamp of the event

Example:

1782812696

business_id
string
required

Business ID for the admission

Example:

"7175620245483777"

data
object
required
transaction_id
string

Unique transaction identifier for the event

Example:

"8c2c435c-fa95-4556-9d6e-400ea2f2433d"

client_id
string

Client ID for the admission

Example:

"EC_1777984421469"

Response

200 - undefined