Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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)
nameLegend
nopaneltrue

Common Sections

Expand
titleCommon SectionsHTTP Header

HTTP Header

Insert excerpt
NDCDOC:HTTP HeaderNDCDOC:
HTTP Header
nameHTTP Header
nopaneltrue

Expand
titleLanguage, Version and Name Space

Language, Version and Name Space

Insert excerpt

NDCDOC:

Language, Version and Name Space

NDCDOC:

Language, Version and Name Space
nameVersion_Lang_NameSpace
nopaneltrue

Expand
titlePoint of Sale

Point of Sale

Insert excerpt

NDCDOC:

Point of Sale and Document

NDCDOC:

Point of Sale and Document
namePointOfSale
nopaneltrue

Expand
titleDocument

Document

Insert excerpt

NDCDOC:

Point of Sale and Document

NDCDOC:

Point of Sale and Document
nameDocument
nopaneltrue

Expand
titleParty

Party

Insert excerpt

NDCDOC:

Party Elements

NDCDOC:

Party Elements
nameSenderSection
nopaneltrue

Insert excerpt

NDCDOC:

Party Elements

NDCDOC:

Party Elements
nameParticipantSection
nopaneltrue

In addition to the Common Sections, this service is called with the following data:

Query

Expand
titleQuery - OrderRetrieve

Insert excerpt
NDCDOC:Copy of Query - OrderRetrieveNDCDOC:Copy of
Query - OrderRetrieve
nameQuery_OrderRetrieve
nopaneltrue

Example OrderRetrieveRQ:

Expand
titleXML SampleOrderRetrieveRQ example
Code Block
languagexml
<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>Travel <AgencyID>agentiata<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
titleOrderRetrieveRQ IATA Delegation UC08 example 2024
Code Block
languagexml
<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

...