Householder Insurance
Package hhxx/stnd/1111
Profile Requirement
- first name;
- middle name (if the customer has one);
- last name;
- contact address;
- phone number; and
- email.
Additional Fact Required
Applying this insurance upon an entity requires some additional facts:
{
"srvcVrsn": "2",
"userInfo": {
"id" : "us0123456789abcdefghij0123456789",
"athrzt" : {
"id" : "id1234567890abcdefghij1234567890",
"key": "ky1234567890abcdefghij1234567890"
}
},
"cmmnd": {
"cmmnd": "entt_61650326540479734892b1uszoua2hib: insure",
"seed" : {
"ctgry": "hhxx",
"type" : "stnd",
"pckg" : "1111",
"id": "1234567890abcdefghij1234567890aq",
"addtnlFact": {
"itemsToInsure": [
["TVs" , "250,000"],
["tables", "140,000"],
["chairs", "700,000"],
["PS5" , "600,000"],
["ACs" , "950,000"]
],
"totalValueOfItemsToInsure": "467500"
}
}
}
}
Data Id | Meaning | Further Info |
---|---|---|
cmmnd.seed.addtnlFact.totalValueOfItemsToInsure | This data stands for the total value of the items to insure. | This value must correspond with that provided when getting premium. |
Updated over 2 years ago