Quote
The table below lists the events associated with the quote entity.
| Event | Description |
|---|---|
| health.quote.created | Triggered when a quote is created. |
Sample Payloads
health.quote.created
{
"session_id": "18rRLLwvdI5tjPZM",
"quote_id": "18kfaYY6UvClEx35",
"sum_insured": "1000000",
"pincode": "560071",
"deductible": "0",
"total_variants": 23,
"completed_variants": 12,
"member_details": [
{
"relation": "self",
"age": 30
},
{
"relation": "daughter",
"age": 10
},
{
"relation": "daughter",
"age": 10
}
],
"plan_type": "BASE",
"customer_name": "John Doe",
"customer_phone": "9848488484",
"customer_gender": "Male",
"customer_email": "john.doe@example.com",
"recommendations": [
{
"recommendation_id": "18TzMT7LGohy13QG",
"company_id": "18TzMT7LGohy13QG",
"company_name": "ICICI Lombard",
"company_logo": "https://cdn.oasr.in/oa-site/cms-uploads/media/icici_lombard_logo_b73c659d45.jpeg",
"company_description": "ICICI Lombard",
"company_network_hospital_count": 7547,
"company_claim_settlement_ratio": 99,
"product_id": "18TzWesACxcf3fNW",
"product_name": "Elevate",
"variant_id": "18TzcpfwTP0HHPI8",
"variant_name": "Elevate",
"premium_details": [
{
"tenure": 1,
"premium": 11295
},
{
"tenure": 2,
"premium": 21460
},
{
"tenure": 3,
"premium": 31402
}
],
"recommended": true
}
]
}