Skip Navigation

@RequestedStopover

Element

RequestedStopover

Description

Indicator for whether there is a requested stopover.

 

Attributes

Name Type Description Use

Ind

xs:boolean

Indicator for whether there is a requested stopover.

optional

 

Sample SOAP Value

<FlightSegment DepartureDateTime="2018-08-12T16:50:00" ArrivalDateTime="2018-08-12T20:20:00" StopQuantity="0" FlightNumber="872" ResBookDesigCode="V" ElapsedTime="150">
	<DepartureAirport LocationCode="LHR" TerminalID="5"/>
	<ArrivalAirport LocationCode="KRK"/>
	<OperatingAirline Code="YY" FlightNumber="872"/>
	<Equipment AirEquipType="320"/>
	<MarketingAirline Code="YY"/>
	<MarriageGrp>O</MarriageGrp>
	<DepartureTimeZone GMTOffset="1"/>
	<ArrivalTimeZone GMTOffset="2"/>
	<TPA_Extensions>
		<eTicket Ind="true"/>
		<Mileage Amount="889"/>
		<RequestedStopover Ind="true"/>
	</TPA_Extensions>
</FlightSegment>