Created
October 4, 2016 09:46
-
-
Save programisti/22c6d70050abfb9d44959c61f68c202d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<AirShoppingRQ Version="15.2" xmlns="http://www.iata.org/IATA/EDIST" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.iata.org/IATA/EDIST ../AirShoppingRQ.xsd"> | |
<Document> | |
<Name>NDC Wrapper</Name> | |
<ReferenceVersion>1.0</ReferenceVersion> | |
</Document> | |
<Party> | |
<Sender> | |
<ORA_Sender> | |
<AgentUser> | |
<Name>Travel Wadus</Name> | |
<Type>TravelManagementCompany</Type> | |
<PseudoCity>A4A</PseudoCity> | |
<IATA_Number>00000001</IATA_Number> | |
<AgentUserID>travelwadus</AgentUserID> | |
</AgentUser> | |
</ORA_Sender> | |
</Sender> | |
</Party> | |
<Parameters> | |
<CurrCodes> | |
<CurrCode>EUR</CurrCode> | |
</CurrCodes> | |
</Parameters> | |
<Travelers> | |
<Traveler> | |
<AnonymousTraveler> | |
<PTC Quantity="1">ADT</PTC> | |
</AnonymousTraveler> | |
</Traveler> | |
</Travelers> | |
<CoreQuery> | |
<OriginDestinations> | |
<OriginDestination> | |
<Departure> | |
<AirportCode>OVB</AirportCode> | |
<Date>2016-12-20</Date> | |
</Departure> | |
<Arrival> | |
<AirportCode>DME</AirportCode> | |
<Date>2016-12-28</Date> | |
</Arrival> | |
</OriginDestination> | |
</OriginDestinations> | |
</CoreQuery> | |
<Preferences> | |
</Preferences> | |
</AirShoppingRQ> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment