Skip Navigation

Attribute Revalidated

Baggage Allowance:

Grouped Itinerary Response:

 

Attribute

Revalidated

Type

xs:boolean

Properties

use

optional

Annotation

Indicator for whether an itinerary has been repriced in the WPNI verification flow.

Note When the @Revalidated parameter is included with the "true” value in the response, this means that the system re-priced the given itinerary with the specified flight schedule, RBD, date, and city pair.

Sample BFM SOAP Values

<AirItineraryPricingInfo PricingSource="WPNI1_ITIN" PricingSubSource="MIP" Revalidated="true" FareReturned="true" LastTicketDate="2017-08-18">
<ItinTotalFare>
<BaseFare Amount="947.91" CurrencyCode="USD" DecimalPlaces="2"/>
<FareConstruction Amount="947.91" CurrencyCode="USD" DecimalPlaces="2"/>
<EquivFare Amount="1210.00" CurrencyCode="AUD" DecimalPlaces="2"/>
<Taxes>
<Tax TaxCode="TOTALTAX" Amount="109.10" CurrencyCode="AUD" DecimalPlaces="2"/>

Sample GIR SOAP Values

<GroupedItineraryResponse>
	<ItineraryGroup>
		<Itinerary>
			<PricingInformation Revalidated="true"/>
		</Itinerary>
	</ItineraryGroup>
</GroupedItineraryResponse>