Versions Compared

Key

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

...

The response is the OrderViewRS.

...

Insert excerpt
NDC2:Version 17.2 COMBINED (v1 and v2)
NDC2:Version 17.2 COMBINED (v1 and v2)
nameLegend
nopaneltrue

...

Expand
titleXML Sample
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</IATA_Number>
                  <AgencyID>agentiata</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>

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:

...