Domestic Air Travel
Post Domestic Air Travel Insurance
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Last updated
{
"result": {
"flights": [
{
"flightNumber": "FLT-010",
"flightRoute": "Lagos-Abuja",
"travelDate": "2019-12-27T07:01:06.985Z",
"eta": "2019-12-27T07:01:06.985Z"
}
],
"passengers": [
{
"printPolicyUrl": "https://portal-staging.aiicoplc.com//api/services/app/PersonalAccidentProductService/GetPersonalAccidentCertificate?tr=PAC-9E1D6A",
"printReceiptUrl": "https://portal-staging.aiicoplc.com//api/services/app/NotificationService/GetReceipt?tr=PAC-9E1D6A",
"transactionRef": "PAC-9E1D6A",
"title": "Mr",
"recordId": "Rec-010",
"firstName": "tets",
"lastName": "test",
"dateOfBirth": "2000-12-27T07:01:06.985Z",
"email": "[email protected]",
"physicalAddress": "test",
"phone": "08168483478",
"gender": "male",
"ticketNumber": "Ticket-010",
"paymentRef": "PAT-010",
"premiumAmount": 1000.0,
"beneficiary": "TEST"
}
]
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}{
"flights": [
{
"flightNumber": "FLT-010",
"flightRoute": "Lagos-Abuja",
"travelDate": "2019-12-27T07:01:06.985Z",
"eta": "2019-12-27T07:01:06.985Z"
}
],
"passengers": [
{
"title": "Mr",
"recordId": "Rec-010",
"firstName": "John",
"lastName": "Doe",
"dateOfBirth": "2000-12-27T07:01:06.985Z",
"email": "[email protected]",
"physicalAddress": "test",
"phone": "08168483478",
"gender": "male",
"ticketNumber": "Ticket-010",
"paymentRef": "PAT-010",
"premiumAmount": 2000,
"beneficiary": "TEST",
"beneficiaryPhone": "0810000000",
"beneficiaryEmail": "[email protected]"
}
]
}