...
Release 2023.12
Examples of messages with complete flows can be downloaded from here.
The response is the OrderViewRS.
Insert excerpt |
---|
| NDC2:New 17.2 COMBINED |
---|
| NDC2:New 17.2 COMBINED |
---|
name | Legend |
---|
nopanel | true |
---|
|
Expand |
---|
| Insert excerpt |
---|
| NDCDOC:HTTP HeaderNDCDOC: |
---|
| HTTP Header |
---|
name | HTTP Header |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| NDCDOC:Language, Version and Name SpaceNDCDOC: |
---|
| Language, Version and Name Space |
---|
name | Version_Lang_NameSpace |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| NDCDOC:Point of Sale and DocumentNDCDOC: |
---|
| Point of Sale and Document |
---|
name | PointOfSale |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| NDCDOC:Point of Sale and DocumentNDCDOC: |
---|
| Point of Sale and Document |
---|
name | Document |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| NDCDOC:Party ElementsNDCDOC: |
---|
| Party Elements |
---|
name | SenderSection |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| NDCDOC:Party ElementsNDCDOC: |
---|
| Party Elements |
---|
name | ParticipantSection |
---|
nopanel | true |
---|
|
|
|
In addition to the Common Sections, this service is called with the following data:
Expand |
---|
title | Query - OrderRetrieve |
---|
| Insert excerpt |
---|
| NDCDOC:Copy of Query - OrderRetrieveNDCDOC:Copy of |
---|
| Query - OrderRetrieve |
---|
name | Query_OrderRetrieve |
---|
nopanel | true |
---|
|
|
|
Example OrderRetrieveRQ:
Expand |
---|
|
Code Block |
---|
| <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> |
|
Error messages
For further information about all kind of error messages, please go to the following link:
...