Motor quotation inquiry
POST
/quotations/motor/inquiry
Generate a premium estimate for a motor policy without creating a draft quotation. No quotation is persisted. Useful for showing the customer a price before committing.
Required fields: productId, duration, currency, startDate, policyHolder, risks (with motorRiskCategoryId, registration info, and sumInsured for comprehensive cover).
Authorizations
BearerAuth
Type
HTTP (bearer)
Request Body
application/json
JSON "productId": "bdV7p1XW", "currency": "ZMW", "duration": 0, "startDate": "2024-12-01", "policyHolder": { "type": "Individual", "name": "John Banda", "phone": "260971234567", "email": "string", "physicalAddress": "string", "idType": "string", "idNumber": "string", "tpinNumber": "string" }, "risks": [ { "make": "Toyota", "model": "Hilux", "yearOfManufacture": 2022, "capacity": 1955, "tonnage": 0, "seatingCapacity": 5, "photosUrls": [ "string" ], "registrationNumber": "ABC1234", "chassisNumber": "string", "engineNumber": "string", "sumInsured": 100000, "currency": "ZMW", "color": "string", "motorRiskCategoryId": "RWMmOVm9", "motorBodyTypeId": "string" } ], "reference": "string"
{
}
Responses
Quotation inquiry result
application/json
JSON
{
}
