Create motor quotation
POST
/quotations/motor
Create a formal motor insurance quotation for a registered client with existing registered vehicles. Returns a quoteId used to issue a policy via POST /payments/{quoteId}/pay.
Authorizations
BearerAuth
Type
HTTP (bearer)
Request Body
application/json
JSON "productId": "kBX1xV2Y", "duration": 0, "currency": "ZMW", "startDate": "string", "clientId": "mDJkrrMR", "risks": [ { "vehicleId": "GYJg9DXx", "sumInsured": 10000, "photosUrls": [ "string" ] } ]
{
}
Responses
Motor quotation created
application/json
JSON "id": "string", "premium": 0, "status": "string"
{
}
