Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Release 2023.16

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

Error rendering macro 'excerpt-include' : No link could be created for 'NDC2:New 17.2 COMBINED'.

We provide two different methods to request the ServiceList:

  • Pre-Sale: Needs a previous AirShopping for returning an offer and a price breakdown.

  • Post-Sale: Needs a previously created and fully paid Order. Including extra data it will return the baggage catalogue for the ordered flight.

The various search parameters are described below:

Common Sections

 Common Sections

HTTP Header

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'NDC2:HTTP Header'.

Language, Version and Name Space

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'NDC2:Language, Version and Name Space'.

Point of Sale and Document

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'NDC2:Point of Sale and Document'.

Party

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'NDC2:Party Elements'.

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'NDC2:Party Elements'.

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'NDC2:Party Elements'.

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

Parameters Pre-Sale

 Parameters Pre-Sale

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Parameters>  Only Pre-sale flow

ServiceFilters / ServiceFilter / GroupCode

Filter to specify certain types of ancillary offers.

If it is omitted, only bags of 23kgs will be returned (maintaining backward compatibility).

Alphabetical

  • BG (Baggage)*

  • TS (Travel Services - must be used with SubGroupCode)

*If it is omitted, only bags of 23kgs will be returned (maintaining backward compatibility).

ServiceFilters / ServiceFilter / SubGroupCode

Additional secondary filter to be used in conjunction with GroupCode when necessary.

Alphabetical

  • PR (Priority Boarding)

ShoppingResponseID

 ShoppingResponseID

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<ShoppingResponseID>  Pre-sale

ResponseID

ResponseID of OfferPrice service

Alphanumeric

Any

Query

 Query Pre-Sale & Post-Sale

Query Post-Sale

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Query> Post-sale

OrderID

Order ID with mandatory attribute Owner

Alphanumeric

The order id of an existing order which has been created, paid and ticketed

Offer / OrderID

Attribute

Owner

Airline code

Alphabetical

Any

Query Pre-Sale

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Query / Offers> Pre-sale

Offer / OfferID

ID for the Offer

Alphanumeric

Any

Offer / OfferID

Attribute

Owner

Airline code

Alphabetical

Any

Offer / OfferItemIDs / OfferItemID

ID for the Offer item

Alphanumeric

Any

Offer / OfferItemIDs / OfferItemID

Attribute

Owner

Airline code

Alphabetical

Any

Qualifier

 Qualifier

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Qualifier>

SpecialNeedQualifiers / Code

Special Needs code.

DISA can be used to obtain all services at the same time.

Alphabetical

  • BLND (Blind Passenger)

  • DEAF (Deaf Passenger)

  • WCHR (Wheelchair for ramp)

  • WCHS (Wheelchair for steps)

  • DPNA (Disabled Passenger)

  • DISA (All services)

Metadata

 Metadata

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'NDC2:Metadata'.

Example ServiceListRQ:

 Example
<?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>

Error messages

For further information about all kind of error messages, please go to the following link:

Error Codes

  • No labels