Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Insert excerpt
NDC2:Version 17.2 COMBINED (v1 and v2)NDC2:Version 17.2 COMBINED (v1 and v2)API Messages with Examples
API Messages with Examples
nameLegend
nopaneltrue

Common Sections

...

Expand
titleLanguage, Version and Name Space

Language, Version and Name Space

Insert excerpt
Language, Version and Name Space
Language, Version and Name Space
nameVersion_Lang_NameSpace
nopaneltrue

...

Example OrderListRQ:

Expand
titleExampleOrderListRQ example
Code Block
languagexml
<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>

Example OrderListRQ 2024:

Expand
titleOrderListRQ UC05 example 2024
Code Block
languagexml
<Query>
	<Filters>
		<CreateDateRange>
			<Effective>2024-09-23</Effective>
			<Expiration>2024-09-23</Expiration>
		</CreateDateRange>
	</Filters>
</Query>

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:

...