...
Expand |
---|
title | Language, Version and Name Space |
---|
| Insert excerpt |
---|
| Language, Version and Name Space |
---|
| Language, Version and Name Space |
---|
name | Version_Lang_NameSpace |
---|
nopanel | true |
---|
|
|
|
...
Expand |
---|
| Insert excerpt |
---|
| Point of Sale and Document |
---|
| Point of Sale and Document |
---|
name | Document |
---|
nopanel | true |
---|
|
|
|
Expand |
---|
| Insert excerpt |
---|
| Party Elements |
---|
| Party Elements |
---|
name | SenderSection |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| Party Elements |
---|
| Party Elements |
---|
name | ParticipantSection |
---|
nopanel | true |
---|
|
|
|
In addition to the Common Sections, this service is called with the following data:
Expand |
---|
| Insert excerpt |
---|
| Parameters - OverrideCurrency |
---|
| Parameters - OverrideCurrency |
---|
name | OverrideCurrency |
---|
nopanel | true |
---|
|
|
|
This is the principal part of the AirShoppingRQ, whose main elements are the Origin (Departure) and Destination(Arrival) Cities/Airports and departure date.
Expand |
---|
| Insert excerpt |
---|
| Core Query |
---|
| Core Query |
---|
name | CoreQuery |
---|
nopanel | true |
---|
|
|
|
...
Can, optionally, indicate flight, fare and cabin preferences.
Expand |
---|
title | PreferencesPreference |
---|
| Insert excerpt |
---|
| Preference |
---|
| Preference |
---|
name | ShoppingPreferences |
---|
nopanel | true |
---|
|
|
|
---|
...
Example AirShoppingRQ:
Expand |
---|
title | XML SampleAirShoppingRQ example |
---|
|
Code Block |
---|
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<AirShoppingRQ Version="5.000" PrimaryLangID="es" xmlns="http://www.iata.org/IATA/EDIST/2017.2">
<PointOfSale>
<Location>
<CountryCode>ES</CountryCode>
</Location>
</PointOfSale>
<Document>
<ReferenceVersion>5.000</ReferenceVersion>
</Document>
<Party>
<Sender>
<CorporateSender>
<ID>XXXXXXXX</ID>
</CorporateSender>
</Sender>
<Participants>
<Participant>
<TravelAgencyParticipant SequenceNumber="1">
<Name>NDC Agency Name</Name>
<Contacts>
<Contact>
<EmailContact>
<Address>email@email.com</Address>
</EmailContact>
<PhoneContact>
<Application>BUSINESS</Application>
<Number>#########</Number>
</PhoneContact>
<Name>
<Surname>Martinez</Surname>
<Given>Pepe</Given>
</Name>
</Contact>
</Contacts>
<IATA_Number>XXXXXXXX</IATA_Number>
<AgencyID>XXXXXXXX</AgencyID>
</TravelAgencyParticipant>
</Participant>
</Participants>
</Party>
<CoreQuery>
<OriginDestinations>
<OriginDestination OriginDestinationKey="IDA">
<Departure>
<AirportCode>MAD</AirportCode>
<Date>2022-04-25</Date>
</Departure>
<Arrival>
<AirportCode>PAR</AirportCode>
</Arrival>
</OriginDestination>
<OriginDestination OriginDestinationKey="VUELTA">
<Departure>
<AirportCode>PAR</AirportCode>
<Date>2022-04-30</Date>
</Departure>
<Arrival>
<AirportCode>MAD</AirportCode>
</Arrival>
</OriginDestination>
</OriginDestinations>
</CoreQuery>
<Preference>
<FlightPreferences>
<Characteristic>
<DirectPreferences>0</DirectPreferences>
</Characteristic>
</FlightPreferences>
<PricingMethodPreference>
<BestPricingOption>C</BestPricingOption>
</PricingMethodPreference>
</Preference>
<DataLists>
<PassengerList>
<Passenger PassengerID="Pasajero1">
<PTC>ADT</PTC>
</Passenger>
<Passenger PassengerID="Pasajero2">
<PTC>ADT</PTC>
</Passenger>
<Passenger PassengerID="Pasajero3">
<PTC>ADT</PTC>
</Passenger>
</PassengerList>
</DataLists>
</AirShoppingRQ>
</soapenv:Body>
</soapenv:Envelope> |
|
Examples AirShoppingRQ 2024:
Expand |
---|
title | AirShoppingRQ OpenJaw UC01 example 2024 |
---|
|
Code Block |
---|
| <CoreQuery>
<OriginDestinations>
<OriginDestination>
<Departure>
<AirportCode>MAD</AirportCode>
<Date>2024-08-19</Date>
</Departure>
<Arrival>
<AirportCode>LIS</AirportCode>
</Arrival>
</OriginDestination>
<OriginDestination>
<Departure>
<AirportCode>OPO</AirportCode>
<Date>2024-09-01</Date>
</Departure>
<Arrival>
<AirportCode>MAD</AirportCode>
</Arrival>
</OriginDestination>
</OriginDestinations>
</CoreQuery> |
|
Expand |
---|
title | AirShoppingRQ Private Fare Sport UC03 example 2024 |
---|
|
Code Block |
---|
| <Preference>
<FarePreferences>
<Types>
<Type PreferencesContext="SPORT">758</Type>
</Types>
</FarePreferences>
</Preference> |
|
Expand |
---|
title | AirShoppingRQ Public Fare UC04 example 2024 |
---|
|
Code Block |
---|
| <CoreQuery>
<OriginDestinations>
<OriginDestination>
<Departure>
<AirportCode>MAD</AirportCode>
<Date>2024-11-13</Date>
</Departure>
<Arrival>
<AirportCode>BIO</AirportCode>
</Arrival>
</OriginDestination>
</OriginDestinations>
</CoreQuery> |
|
Expand |
---|
title | AirShoppingRQ Cheapest Type Y UC05 example 2024 |
---|
|
Code Block |
---|
| <Preference>
<PricingMethodPreference>
<BestPricingOption>Y</BestPricingOption>
</PricingMethodPreference>
<CabinPreferences>
<CabinType>
<Code>2</Code>
</CabinType>
</CabinPreferences>
</Preference> |
|
Expand |
---|
title | AirShoppingRQ Resident UC05 example 2024 |
---|
|
Code Block |
---|
| <CoreQuery>
<OriginDestinations>
<OriginDestination>
<Departure>
<AirportCode>MAD</AirportCode>
<Date>2025-01-25</Date>
</Departure>
<Arrival>
<AirportCode>LPA</AirportCode>
</Arrival>
</OriginDestination>
</OriginDestinations>
</CoreQuery>
<Preference>
<FarePreferences>
<TicketDesigs>
<TicketDesig>RC</TicketDesig>
</TicketDesigs>
</FarePreferences>
</Preference> |
|
Expand |
---|
title | AirShoppingRQ Public & Corporate Fare Combination UC06 example 2024 |
---|
|
Code Block |
---|
| <Sender>
<CorporateSender>
<ID>IXXXXXXS</ID>
</CorporateSender>
</Sender> |
|
Expand |
---|
title | AirShoppingRQ Cheapest C UC06 example 2024 |
---|
|
Code Block |
---|
| <Preference>
<PricingMethodPreference>
<BestPricingOption>C</BestPricingOption>
</PricingMethodPreference>
</Preference> |
|
Expand |
---|
title | AirShoppingRQ Large Family UC06 example 2024 |
---|
|
Code Block |
---|
| <FarePreferences>
<TicketDesigs>
<TicketDesig>F2</TicketDesig>
</TicketDesigs>
</FarePreferences> |
|
Expand |
---|
title | AirShoppingRQ Max Stops UC09 example 2024 |
---|
|
Code Block |
---|
| <Preference>
<FlightPreferences>
<Characteristic>
<DirectPreferences>4</DirectPreferences>
</Characteristic>
</FlightPreferences>
</Preference>
<CoreQuery>
<OriginDestinations>
<OriginDestination>
<Departure>
<AirportCode>BIO</AirportCode>
<Date>2024-07-31</Date>
</Departure>
<Arrival>
<AirportCode>MIA</AirportCode>
</Arrival>
</OriginDestination>
</OriginDestinations>
</CoreQuery> |
|
Expand |
---|
title | AirShoppingRQ Market UC10 example 2024 |
---|
|
Code Block |
---|
| <PointOfSale>
<Location>
<CountryCode>CL</CountryCode>
</Location>
</PointOfSale> |
|
Expand |
---|
title | AirShoppingRQ Private Fare Sport UC11 example 2024 |
---|
|
Code Block |
---|
| <Preference>
<FarePreferences>
<Types>
<Type PreferencesContext="SPORT">758</Type>
</Types>
</FarePreferences>
</Preference> |
|
Expand |
---|
title | AirShoppingRQ OriginDestinationKey UC12 example 2024 |
---|
|
Code Block |
---|
| <CoreQuery>
<OriginDestinations>
<OriginDestination OriginDestinationKey="OD1">
<Departure>
<AirportCode>BUE</AirportCode>
<Date>2024-10-06</Date>
</Departure>
<Arrival>
<AirportCode>PAR</AirportCode>
</Arrival>
</OriginDestination>
<OriginDestination OriginDestinationKey="OD2">
<Departure>
<AirportCode>GVA</AirportCode>
<Date>2024-10-23</Date>
</Departure>
<Arrival>
<AirportCode>BUE</AirportCode>
</Arrival>
</OriginDestination>
</OriginDestinations>
</CoreQuery> |
|
Expand |
---|
title | AirShoppingRQ Multicurrency in AR Market UC12 example 2024 |
---|
|
Code Block |
---|
| <Parameters>
<Pricing>
<OverrideCurrency>USD</OverrideCurrency>
</Pricing>
</Parameters> |
|
Examples of messages with complete flows can be downloaded from here.
Error messages
For further information about all kind of error messages, please go to the following link:
...