Air Travel v2
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-011",
"flightRoute": "FLT-022",
"travelDate": "2025-03-21T10:46:20.168Z",
"eta": "2025-03-21T10:46:20.168Z"
}
],
"passengers": [
{
"printPolicyUrl": "https://portal-staging.aiicoplc.com/api/services/app/PersonalAccidentProductService/GetPersonalAccidentCertificate?tr=PAC-B38D8B8158",
"printReceiptUrl": "https://portal-staging.aiicoplc.com/api/services/app/NotificationService/GetReceipt?tr=PAC-B38D8B8158",
"transactionRef": "PAC-B38D8B8158",
"title": null,
"recordId": "01111",
"firstName": "Will",
"lastName": "Ojo",
"dateOfBirth": "2000-03-21T10:46:20.168Z",
"email": "[email protected]",
"physicalAddress": "Ikoyi",
"phone": "08168483478",
"gender": "Male",
"ticketNumber": "100011",
"paymentRef": "101010",
"premiumAmount": 10000.0,
"beneficiary": "tEST",
"beneficiaryPhone": "08100000000",
"beneficiaryEmail": "[email protected]"
}
]
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}
{
"isReturnTrip": true,
"isDomesticTrip": false,
"flights": [
{
"flightNumber": "FLT-011",
"flightRoute": "FLT-022",
"travelDate": "2025-03-21T10:46:20.168Z",
"eta": "2025-03-24T10:46:20.168Z"
}
],
"passengers": [
{
"title": "MR",
"recordId": "01111",
"firstName": "Will",
"lastName": "Ojo",
"dateOfBirth": "2000-03-21T10:46:20.168Z",
"email": "[email protected]",
"physicalAddress": "Ikoyi",
"phone": "08168483478",
"gender": "Male",
"ticketNumber": "100011",
"paymentRef": "101010",
"premiumAmount": 10000,
"beneficiary": "tEST",
"beneficiaryPhone": "08100000000",
"beneficiaryEmail": "[email protected]"
}
]
}