Insurance • Real-time, system-to-system connectivity (no SLA section)
POST /rating/quote
{
"productId": "MOTOR-PLUS",
"effectiveOn": "2025-08-14",
"risk": { "vehicle": {"make":"Toyota","model":"Raize","year":2023,"region":"JKT"} },
"coverages": [{"code":"OD","limit":120000000,"deductible":1000000}],
"party": {"age":34, "gender":"M", "ncb":0.1},
"discounts": ["LOYALTY_TIER_GOLD"]
}
{
"quoteId":"Q-784312",
"premium": {
"base": 1950000,
"loadings": [{"code":"REGION_JKT","amount": 120000}],
"discounts": [{"code":"NCB","amount": -195000}],
"taxes": [{"code":"STAMP","amount": 10000}],
"total": 1884810
},
"eligible": true,
"explanations": ["Applied region factor JKT 1.06","NCB 10%"]
}