...
Functional Description
Examples of messages with complete flows can be downloaded from here.
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 |
---|
|
|
|
Expand |
---|
title | Language, Version and Name Space |
---|
| Insert excerpt |
---|
| NDCDOC:Language, Version and Name SpaceNDCDOC: |
---|
| Language, Version and Name Space |
---|
name | Version_Lang_NameSpace |
---|
nopanel | true |
---|
|
|
|
Expand |
---|
| Insert excerpt |
---|
| NDCDOC:Point of Sale and DocumentNDCDOC: |
---|
| Point of Sale and Document |
---|
name | PointOfSale |
---|
nopanel | true |
---|
|
|
|
Expand |
---|
| Insert excerpt |
---|
| NDCDOC:Point of Sale and DocumentNDCDOC: |
---|
| Point of Sale and Document |
---|
name | Document |
---|
nopanel | true |
---|
|
|
|
Expand |
---|
| Insert excerpt |
---|
| NDCDOC:Party ElementsNDCDOC: |
---|
| Party Elements |
---|
name | SenderSection |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| NDCDOC:Party ElementsNDCDOC: |
---|
| Party Elements |
---|
name | ParticipantSection |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| NDCDOC:Party ElementsNDCDOC: |
---|
| Party Elements |
---|
name | RecipientSection |
---|
nopanel | true |
---|
|
|
|
In addition to the Common Sections the main parts of the request message are the following:
Expand |
---|
| Insert excerpt |
---|
| NDCDOC:Copy of Query - OrderListNDCDOC:Copy of |
---|
| Query - OrderList |
---|
name | QueryOrderList |
---|
nopanel | true |
---|
|
|
|
Example OrderListRQ:
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>
<OrderListRQ 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>12345678</IATA_Number>
<AgencyID>TravelAgency</AgencyID>
</TravelAgencySender>
</Sender>
<Participants>
<Participant>
<AggregatorParticipant SequenceNumber="1">
<AggregatorID>11119999</AggregatorID>
</AggregatorParticipant>
</Participant>
</Participants>
</Party>
<Query>
<Filters>
<CreateDateRange>
<Effective>2024-08-02</Effective>
<Expiration>2024-08-02</Expiration>
</CreateDateRange>
</Filters>
</Query>
</OrderListRQ>
</soapenv:Body>
</soapenv:Envelope> |
|
Error messages
For further information about all kind of error messages, please go to the following link:
...