...
Examples of messages with complete flows can be downloaded from here.
The response is the OrderViewRS.
...
Insert excerpt |
---|
| NDC2:New Version 17.2 COMBINED (v1 and v2) |
---|
| NDC2:New Version 17.2 COMBINED (v1 and v2) |
---|
name | Legend |
---|
nopanel | true |
---|
|
Expand |
---|
title | Common SectionsHTTP Header |
---|
| Insert excerpt |
---|
| HTTP Header |
---|
| HTTP Header |
---|
name | HTTP Header |
---|
nopanel | true |
---|
|
|
|
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 | PointOfSale |
---|
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:
...
Example OrderRetrieveRQ:
Expand |
---|
title | XML SampleOrderRetrieveRQ example |
---|
|
Code Block |
---|
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.iata.org/IATA/EDIST/2017.2">
<soapenv:Header/>
<soapenv:Body>
<OrderRetrieveRQ 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>
<TravelAgencySender>
<IATA_Number>78491280<Number>########</IATA_Number>
<AgencyID>agentiata<<AgencyID>Travel Agency</AgencyID>
</TravelAgencySender>
</Sender>
</Party>
<Query>
<Filters>
<Passengers>
<Individual>
<Surname>Del Casar@Pérez de Hoz</Surname>
</Individual>
</Passengers>
<BookingReferences>
<BookingReference>
<ID>NFH2G</ID>
<AirlineID>IB</AirlineID>
</BookingReference>
</BookingReferences>
</Filters>
</Query>
</OrderRetrieveRQ>
</soapenv:Body>
</soapenv:Envelope> |
|
Examples OrderRetrieveRQ 2024:
Expand |
---|
title | OrderRetrieveRQ IATA Delegation UC08 example 2024 |
---|
|
Code Block |
---|
| <Sender>
<TravelAgencySender>
<Name>AgencyName</Name>
<Contacts>
<Contact>
<EmailContact>
<Address>agency@agencyemail.com</Address>
</EmailContact>
<PhoneContact>
<Application>MOBILE</Application>
<Number>+666666666</Number>
</PhoneContact>
<Name>
<Surname>Perez</Surname>
<Given>Pepe</Given>
</Name>
</Contact>
</Contacts>
<IATA_Number>11111111</IATA_Number>
<AgencyID>First Agency</AgencyID>
</TravelAgencySender>
</Sender>
<Participant>
<TravelAgencyParticipant SequenceNumber="1">
<Name>AgencyName</Name>
<Contacts>
<Contact>
<EmailContact>
<Address>xxxxxx.xxxxx@xxxxx.es</Address>
</EmailContact>
<PhoneContact>
<Application>BUSINESS</Application>
<Number>+34666666555</Number>
</PhoneContact>
<Name>
<Surname>Martínez</Surname>
<Given>Pepe</Given>
</Name>
</Contact>
</Contacts>
<IATA_Number>22222222</IATA_Number>
<AgencyID>Second Agency</AgencyID>
</TravelAgencyParticipant>
</Participant> |
|
Response Body
OrderViewRS
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:
Error CodesErrors
...