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

« Previous Version 4 Next »

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

 New or modified element

To be removed/deprecated

Unique to v2 - Branded Fares

Unique to V1 - Fare Families

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

NDC SERVICES

<Response / DataLists / OriginDestinationList>

OriginDestination

Attribute

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

OriginDestination / DepartureCode

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

3 Alphanumeric

Any

All Services

Origin Destination / ArrivalCode

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

3 Alphanumeric

Any

All Services

Origin Destination / 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