Booking Web Widget Call - Cont.
Sample Success Response from booking web widget (Round-Trip booking)
{
"TripsType": "domestic",
"TripsMode": "flight",
"Hash":
"363764507871eaae0ef54053d7191d0e64820328b628d209c08f58b721986ad2817f4164a41eb71387407bd221db789fc923c7969c0f050188",
"PassengerDetails": {
"SelectedFlights": [
{
"ReferenceNumber": null,
"RecommendationID": 12,
"CombinationID": 3,
"GdsId": 98,
"AgentId": 153,
"FlightRouteIndex": 0
},
{}
],
"ReferenceNumber": null,
"RecommendationID": 7,
"CombinationID": 2,
"GdsId": 93,
"AgentId": 138,
"FlightRouteIndex": 1,
"SessionId": "373c96972760474997d53bc549b01981",
"AmountPaid": null,
"BillingAddress": {
"ContactName": "Mike Okoye",
"ContactEmail": "[email protected]",
"ContactMobileNo": "+2348098988789",
"AddressLine1": "",
"AddressLine2": null,
"City": "",
"CountryCode": "NG"
},
"PaymentType": null,
"TicketType": null,
"AirTravellers": [
{
"PassengerTypeCode": "ADT",
"NamePrefix": "Mr",
"FirstName": "Mike",
"MiddleName": null,
"Gender": 0,
"LastName": "Okoye",
"Email": "",
"Telephone": null,
"NumberOfBaggages": 0,
"NumberOfBaggages1": 0,
"HandLuggages": 0,
"HandLuggages1": 0,
"AmountPaid": null,
"FrequentFlyerNumber": "",
"FrequentFlyerAirline": "",
"BirthDate": "1987-06-08T00:00:00+00:00",
"Address": {
"ContactName": "Mike",
"ContactEmail": "",
"ContactMobileNo": null,
"AddressLine1": "",
"AddressLine2": null,
"City": "",
"CountryCode": "NG"
},
"Documents": [
{
"DocType": "DOCS",
"InnerDocType": "Passport",
"DocID": "",
"IssueCountryCode": "",
"IssueLocation": "",
"BirthCountryCode": "NG",
"EffectiveDate": null,
"ExpiryDate": null,
"BirthDate": null
}
],
"BirthDateString": "08 Jun 1987",
"GenderName": "Male"
}
],
"PaymentTexts": [],
"PromoCode": null,
"CloseSessionAfterBooking": false,
"BookingContactName": "Mike Okoye"
},
"TravelInformations": [
{
"OperatorName": "FlyForValue Aviation Limited dba Valuejet",
"DepartureTerminal": "Murtala Muhammed International Airport",
"ArrivalTerminal": "Nnamdi Azikiwe International Airport",
"DepartureDate": "2024-07-01T06:45:00",
"ArrivalDate": "2024-07-01T08:00:00",
"TicketClass": "Economy",
"NumberOfPassengers": 1,
"ContactName": "Mike Okoye",
"ContactEmail": "[email protected]"
},
{
"OperatorName": "Dana",
"DepartureTerminal": "Nnamdi Azikiwe International Airport",
"ArrivalTerminal": "Murtala Muhammed International Airport",
"DepartureDate": "2024-07-06T08:20:00",
"ArrivalDate": "2024-07-06T09:35:00",
"TicketClass": "Economy",
"NumberOfPassengers": 1,
"ContactName": "Mike Okoye",
"ContactEmail": "[email protected]"
}
],
"TicketingDetails": [
{
"Price": 80645,
"ConfirmationCode": "38764|YZBRVU",
"Hash":"363764507871eaae0ef54a41eb7376bb5807543f21387407bd221db789fc923c7969c0f050188"
},
{
"Price": 150645,
"ConfirmationCode": "38765|IUGLNS",
"Hash":"363764507871eaae0ef54a41eb7376bb5807543f21387407bd221db789fc923c7969c0f050188"
}
]
}
Sample failed Response from booking web widget
{
"ConfirmationCode": "",
"OldPrice": 1200.00,
"NewPrice": 150.00,
"Errors": ["error message"]
}
Last updated