Travel Insurance
Package trvl/stnd/1111
Profile Requirement
- first name;
- middle name (if the entity has a middle name);
- last name;
- date of birth;
- gender
- means of identification (type, ID no, scanned copy)
- 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_616735864062787946006yk8wktreczf: insure",
"seed": {
"ctgry": "trvl",
"type": "stnd",
"pckg": "1111",
"id": "206000000abdul00000000000001emat",
"addtnlFact": {
"ntnlty" : "Nigeria",
"occptn" : "Lawyer" ,
"prpsOfTrip" : "Business Trip",
"origin" : "Nigeria",
"dstntn" : [
"Morocco", "Tanzania", "Egypt"
],
"dprtrDateTime": "2023-01-24 08:10:00",
"rtrnDateTime" : "2023-01-29 08:10:00"
}
}
}
}
Data ID | Meaning | Further Info |
---|---|---|
cmmnd.seed.addtnlFact.ntnlty | This data stands for the nationality of the traveller. | - |
cmmnd.seed.addtnlFact.occptn | This data stands for the occupation of the traveller. | Possible Values ac1x: Architecture & Construction ac2x: Art & Communication afnx: Agriculture, Food & Natural Resources edct: Education itxx: Information Technology slfe: Self Employed gpxx: Government & Public Admin fnnc: Finance lawx: Law rtrx: Retiree msxx: Marketing & Sales ogxx: Oil & Gas tlcm: Telecommunication htxx: Hospitality & Tourism tlxx: Transportation & Logistics mnfc: Manufacturing othr: Others |
cmmnd.seed.addtnlFact.prpsOfTrip | This data stands for the purpose of the trip. | Possible Values gtxx: General Travel btxx: Business Trip vtxx: Vacation Trip trsm: Tourism |
cmmnd.seed.addtnlFact.origin | The data stands for the travel origin country. | - |
cmmnd.seed.addtnlFact.dstntn | The data stands for the travel destination country. | If the journey is going to involve stopping at 1 or more places before reaching the final destination, the stop points should also be indicated. For instance, if a traveller is heading for Egypt but the plane would stop at Tanzania and Morocco, the value of this would be "Tanzania, Morocco, and Egypt". |
cmmnd.seed.addtnlFact.dprtrDateTime | The data stands for the departure date & time. | - |
cmmnd.seed.addtnlFact.rtrnDateTime | The data stands for the return date & time. | - |
Updated over 2 years ago