Vehicle Insurance (Private, Comprehensive, Option 3)
Package vhcl/cmpr/1113
Profile Requirement
To apply this insurance upon an entity, the entity's profile should have the following details:
- first name;
- middle name (if the entity has a middle name);
- last name ;
- address;
- phone number; and
Additional Fact Required
Applying this insurance upon an entity requires some additional facts:
{
"srvcVrsn": "2",
"userInfo": {
"id": "1649341365262035599lb0f76kytdegy",
"athrzt": {
"id" : "user12",
"key": "pass89"
}
},
"cmmnd": {
"cmmnd": "entt_61650326540479734892b1uszoua2hib: insure",
"seed": {
"ctgry": "vhcl",
"type" : "cmpr",
"pckg" : "1113",
"id": "1234567890abcdefghij1234567890aq",
"addtnlFact": {
"brand": "honda",
"model": "civic",
"year" : "2022" ,
"chsssId" : "1HGBH41JXMN109186",
"engineId": "1HGBH41JXMN109186",
"vhclValueForInsrnc": "25000000",
"rgstrtId": "aa123aa"
},
"drtn": "1y"
}
}
}
Data Id | Meaning | Further info |
---|---|---|
cmmnd.seed.addtnlFact.chsssId | This data stands for the chassis id of the vehicle. | Chassis id has other names like chassis number and vehicle identification number (VIN). |
cmmnd.seed.addtnlFact.engineId | This data stands for the engine id of the vehicle. | Chassis id and engine id do match, but regardless of whether they match or not, this data should be provided. |
cmmnd.seed.addtnlFact.vhclValueForInsrnc | This data stands for the value of the vehicle to consider for insurance. | If you want to under-insure a vehicle, provide a value lesser than its marker value. To insure a vehicle properly, provide its market value. |
cmmnd.seed.addtnlFact.rgstrtId | This data stands for the registration id of the vehicle. | Registration id has other names like registration number and plate number. |
Updated over 2 years ago