Transfer Search

POST https://test.api.amadeus.com/v1/shopping/transfer-offers

Handling booking confirmations from different providers can be tricky as there is no standard format used across the industry. The Trip Parser API makes it easy to extract information from different booking confirmation emails and compile it into a single structured JSON itinerary. The API can parse information from flight, hotel, rail and rental car confirmation mails. The API has three endpoints - the first creates a parsing request, the second checks the request status and the third retrieves the parsing results.

Request Body

{"startLocationCode"=>"CDG", "endAddressLine"=>"Avenue Anatole France, 5", "endCityName"=>"Paris", "endZipCode"=>"75007", "endCountryCode"=>"FR", "endName"=>"Souvenirs De La Tour", "endGeoCode"=>"48.859466,2.2976965", "transferType"=>"PRIVATE", "startDateTime"=>"{{startDateTime}}", "passengers"=>2, "stopOvers"=>[{"duration"=>"PT2H30M", "sequenceNumber"=>1, "addressLine"=>"Avenue de la Bourdonnais, 19", "countryCode"=>"FR", "cityName"=>"Paris", "zipCode"=>"75007", "name"=>"De La Tours", "geoCode"=>"48.859477,2.2976985", "stateCode"=>"FR"}], "startConnectedSegment"=>{"transportationType"=>"FLIGHT", "transportationNumber"=>"AF380", "departure"=>{"localDateTime"=>"2024-04-10T09:00:00", "iataCode"=>"NCE"}, "arrival"=>{"localDateTime"=>"2024-04-10T10:00:00", "iataCode"=>"CDG"}}, "passengerCharacteristics"=>[{"passengerTypeCode"=>"ADT", "age"=>20}, {"passengerTypeCode"=>"CHD", "age"=>10}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring