Skip to content

Motor quotation comparison

POST
/quotations/motor/comparison

Compare premiums across multiple motor insurance products for the same vehicle and coverage period. Returns a list of products with their computed premiums.

Authorizations

BearerAuth
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"productType": "string",
  
"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"
  
  
}
  
]
}

Responses

Comparison results

application/json
JSON
[
  
{
  
}
]

Playground

Authorization
Body

Samples

Built with ❤️ by Hobbiton Technologies