Skip Navigation

Outbound Flight Selected Example

The following example illustrates a business case where the information provided in the OriginDestination node is Fixed for the search.

In this example, the outbound flight from Sydney to Perth is defined as Fixed:

<OriginDestinationInformation Fixed="true" RPH="1">
	<DepartureDateTime>2017-09-01T00:00:00</DepartureDateTime>
	<OriginLocation LocationCode="SYD"/>
	<DestinationLocation LocationCode="PER"/>
	<TPA_Extensions>
		<Flight ArrivalDateTime="2017-08-01T06:30:00" DepartureDateTime="2015-08-01T09:50:00" Number="1" Type="A">
			<OriginLocation LocationCode="SYD"/>
			<DestinationLocation LocationCode="LAX"/>
			<Airline Marketing="K0" Operating="K0"/>
		</Flight>
		<SegmentType Code="O"/>
	</TPA_Extensions>
</OriginDestinationInformation>