Created
March 25, 2016 12:22
-
-
Save programisti/0efa48cd3577e6a60c3c to your computer and use it in GitHub Desktop.
airtest.xml
This file contains hidden or 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> | |
<AirlineID>C9</AirlineID> | |
<Name>Kronos Air</Name> | |
<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>SXF</AirportCode> | |
<Date>2016-03-01</Date> | |
</Departure> | |
<Arrival> | |
<AirportCode>MAD</AirportCode> | |
</Arrival> | |
</OriginDestination> | |
</OriginDestinations> | |
</CoreQuery> | |
<Preferences> | |
<Preference> | |
<AirlinePreferences> | |
<Airline> | |
<AirlineID>FA</AirlineID> | |
</Airline> | |
</AirlinePreferences> | |
</Preference> | |
</Preferences> | |
</AirShoppingRQ> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment