- Created by Alvaro Chaparro, last modified on Aug 23, 2024
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 9 Next »
Common Sections
HTTP Header HTTP Header
|
Language, Version and Name Space Language, Version and Name Space
|
Point of Sale Point of Sale
|
Document Document
|
Party Party
Sender Section
Participant Section
|
In addition to the Common Sections, this service is called with the following data:
Query
Query - OrderRetrieve
|
Example OrderRetrieveRQ:
<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>########</IATA_Number> <AgencyID>Travel 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:
<Location> <CountryCode>PE</CountryCode> </Location>
<Query> <Filters> <OrderID Owner="IB">IB0a88e0b496d7465286620feb1a282412OC</OrderID> </Filters> </Query>
<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>
<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>
<PointOfSale> <Location> <CountryCode>CL</CountryCode> </Location> </PointOfSale>
Response Body
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:
- No labels