Vehicle Insurance (Private, Third-party, Option 3)
Package vhcl/tprt/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
- email.
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" : "tprt",
"pckg" : "1113",
"id": "1234567890abcdefghij1234567890aq",
"addtnlFact": {
"brand": "honda",
"model": "civic",
"year" : "2022" ,
"chsssId" : "1HGBH41JXMN109186",
"engineId": "1HGBH41JXMN109186",
"rgstrtId": "aaa123aa"
},
"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. Regardless of whether they match or not, this data should be provided. |
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