Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Here we have information on the Origin and Destination pairs that make up the journey.

Error rendering macro 'excerpt-include' : No link could be created for 'NDC2:New 17.2 COMBINED'.

<Response / DataLists / OriginDestinationList>

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

Attribute

OriginDestination@OriginDestinationKey

ID of the origin-destination

OriginDestinationKey attribute value can be indicated in OriginDestinationKey attribute from AirShopping request. If this value is not indicated, it will be auto-generated with the default format.

Alphanumeric

Default format: ODX (X → Number digit)

Any (Default format example: OD1)

All Services

DepartureCode

IATA 3 character code of the departure city/airport/station

3 Alphanumeric

Any

All Services

ArrivalCode

IATA 3 character code of the arrival city/airport/station

3 Alphanumeric

Any

All Services

FlightReferences

References for the flight

Alphanumeric

Any

All Services

 Example
<OriginDestinationList>
	<OriginDestination OriginDestinationKey="OD1">
		<DepartureCode>MAD</DepartureCode>
		<ArrivalCode>BIO</ArrivalCode>
		<FlightReferences>MADBIO20230202072500</FlightReferences>
	</OriginDestination>
	<OriginDestination OriginDestinationKey="OD2">
		<DepartureCode>BIO</DepartureCode>
		<ArrivalCode>MAD</ArrivalCode>
		<FlightReferences>BIOMAD20230212174500</FlightReferences>
	</OriginDestination>
</OriginDestinationList>

  • No labels