Open jadchahine opened 8 years ago
Hi Jad,
uAPI provides all the Airlines details through ReferenceDataRetrieve. Please provide TypeCode as "AirAndRailSupplierType" to get the all Airlines codes.
uAPI does not provide Airline images.
The baggageAllowance can be found in the AirPriceRsp. Also, there are is FlightDetailsReq which provides flight related details. Please find below the link with all the details.
Please let me know how it goes. Thanks.
Thanks & Regards Vivekjyoti Pramanik
Hi Vivekjyoti,
Please can you clarify to me how can I retrieve the "Airlines details"? I mean how can I use ReferenceDataRetrieve.
Say I am searching for flights and a List of AirItinerary have been found where in each one of the AirItinerary we have 2 TypeBaseAirSegment and then a AirPriceRsp will be calculated based on this AirItinerary, should I use ReferenceDataRetrieve after looping over all the AirItinerary or how? Please provide me the best practice.
Thanks&Regards
Hi Jad,
The ReferenceDataRetrieve can be used just once and you can keep the results in your application database or a simple text file. Once you get the LowFareSearch or AirPriceRsp, you can use the text file comparing with the Airline Codes and get the Airline details from the text file. Please let me know how it goes. Thanks.
Thanks & Regards Vivekjyoti Pramanik
As we know for the flights, we have the AirSegment details, itinerary details and pricing options.
1) Regarding the flight airline agency, how can we get them using travelport API - JAVA? (Please find the attached image)
2) Regarding flight details like Baggage allowance and others... how can I get them?