ServiceListRQ 17.2

ServiceListRQ 17.2

 

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

HTTP Header
Language, Version and Name Space
Point of Sale
Document
Party

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

 

Parameters Pre-Sale

Query

Qualifier

Example ServiceListRQ:

<?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 ServiceListRQ 2024:

<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>12345678</IATA_Number> <AgencyID>First Agency</AgencyID> </TravelAgencySender> </Sender> <Participants> <Participant> <AggregatorParticipant SequenceNumber="1"> <AggregatorID>00000022</AggregatorID> </AggregatorParticipant> </Participant> </Participants> </Party> <ShoppingResponseID> <ResponseID>Qm9va2luZ0BHVy0xNzEzOTU5MTczMTYyLWg4T041</ResponseID> </ShoppingResponseID> <Query> <Offers> <Offer> <OfferID Owner="IB">IBd9f8773737e74c85b1172bf9168214b1OC</OfferID> <OfferItemIDs> <OfferItemID Owner="IB">IBd9f8773737e74c85b1172bf9168214b1OC_01 </OfferItemID> </OfferItemIDs> </Offer> </Offers> </Query> </ServiceListRQ>
<Parameters> <ServiceFilters> <ServiceFilter> <GroupCode>TS</GroupCode> <SubGroupCode>PR</SubGroupCode> </ServiceFilter> </ServiceFilters> </Parameters>
<Parameters> <ServiceFilters> <ServiceFilter> <GroupCode>BG</GroupCode> </ServiceFilter> </ServiceFilters> </Parameters>
<Parameters> <ServiceFilters> <ServiceFilter> <GroupCode>BG</GroupCode> </ServiceFilter> </ServiceFilters> </Parameters>
<Qualifier> <SpecialNeedQualifiers> <Code>DISA</Code> </SpecialNeedQualifiers> </Qualifier>
<Parameters> <ServiceFilters> <ServiceFilter> <GroupCode>TS</GroupCode> <SubGroupCode>PR</SubGroupCode> </ServiceFilter> </ServiceFilters> </Parameters> <Query> <OrderID Owner="IB">IBaa818c1811134178b949e1aa4a55a690OC</OrderID> </Query>
<Parameters> <ServiceFilters> <ServiceFilter> <GroupCode>BG</GroupCode> </ServiceFilter> </ServiceFilters> </Parameters>
<Parameters> <ServiceFilters> <ServiceFilter> <GroupCode>BG</GroupCode> <SubGroupCode>SP</SubGroupCode> </ServiceFilter> </ServiceFilters> </Parameters>

 

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:

Errors