Versions Compared

Key

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

...

Release 2024.04

Examples of messages with complete flows can be downloaded from here.

Insert excerptAPI Messages with ExamplesAPI Messages with ExamplesnameLegendnopaneltrueWe provide two different methods to request the ServiceList:

...

The various search parameters are described below:

Insert excerpt
API Messages with Examples
API Messages with Examples
nameLegend
nopaneltrue

Common Sections

Expand
titleHTTP Header

HTTP Header

Insert excerpt
HTTP Header
HTTP Header
nameHTTP Header
nopaneltrue

...

Expand
titleExample
Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Header/>
   <soap:Body>
      <ServiceListRQ xmlns:tag0="http://www.iata.org/IATA/EDIST/2017.2" Version="5.000"
                          PrimaryLangID="es">
         <PointOfSale>
            <Location>
               <CountryCode>ES</CountryCode>
            </Location>
         </PointOfSale>
         <Document>
            <ReferenceVersion>5.000</ReferenceVersion>
         </Document>
         <Party>
            <Sender>
               <TravelAgencySender>
                  <Name>AgencyName</Name>
                  <Contacts>
                     <Contact>
                        <EmailContact>
                           <Address>agency@agencyemail.com</Address>
                        </EmailContact>
                        <PhoneContact>
                           <Application>MOBILE</Application>
                           <Number>+34666666666</Number>
                        </PhoneContact>
                        <Name>
                           <Surname>Perez</Surname>
                           <Given>Pepe</Given>
                        </Name>
                     </Contact>
                  </Contacts>
                  <IATA_Number>11112220</IATA_Number>
                  <AgencyID>First Agency</AgencyID>
               </TravelAgencySender>
            </Sender>
            <Participants>
               <Participant>
                  <AggregatorParticipant SequenceNumber="1">
                     <AggregatorID>00000022</AggregatorID>
                  </AggregatorParticipant>
               </Participant>
            </Participants>
         </Party>
         <Parameters>
            <ServiceFilters>
               <ServiceFilter>
                  <GroupCode>BG</GroupCode>
               </ServiceFilter>
               <ServiceFilter>
                  <GroupCode>BG</GroupCode>
                  <SubGroupCode>SP</SubGroupCode>
               </ServiceFilter>
            </ServiceFilters>
         </Parameters>
         <ShoppingResponseID>
            <ResponseID>Qm9va2luZ0BHVy0xNzAxMjU0Nzk1MjcwLXFJU2R4</ResponseID>
         </ShoppingResponseID>
         <Query>
            <Offers>
               <Offer>
                  <OfferID Owner="IB">IB5ca2c0a1f5da4dad9f422cfabe6504c5OC</OfferID>
                  <OfferItemIDs>
                     <OfferItemID Owner="IB">IB5ca2c0a1f5da4dad9f422cfabe6504c5OC_01  </OfferItemID>
                  </OfferItemIDs>
               </Offer>
            </Offers>
         </Query>
      </ServiceListRQ>
   </soap:Body>
</soap:Envelope>

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:

...