Skip Navigation

FareRetailerRule

Alternate Dates:

Alternate Airport:

Agency Retailer:

Note  Agency Retailer applies to limited release customers only.

 

Element

FareRetailerRule

Description

Matched general Retailer Rule code or adjusted Selling Level Retailer Rule code.

 

Attributes

Name

Type

Description

Use

TransactionType

xs:string

General or adjusted Selling Level.

required

Code

xs:string

Code for the Fare Retailer rule.

required

 

Sample SOAP Value

<OTA_AirLowFareSearchRS>
	<PricedItineraries>
		<PricedItinerary>
			<AirItineraryPricingInfo>
				<PTC_FareBreakdowns>
					<PTC_FareBreakdown>
						<PassengerFare>
							<TPA_Extensions>
								<FareComponents>
									<FareComponent>
										<FareRetailerRule TransactionType="AdjustedSellingLevel" Code="MBRKERRQ"/>
									</FareComponent>
								</FareComponents>
							</TPA_Extensions>
						</PassengerFare>
					</PTC_FareBreakdown>
				</PTC_FareBreakdowns>
			</AirItineraryPricingInfo>
		</PricedItinerary>
	</PricedItineraries>
</OTA_AirLowFareSearchRS>