Skip Navigation

Revalidated

Baggage Allowance:

Grouped Itinerary Response:

 

Attribute

Revalidated

Type

xs:boolean

Properties

use

optional

Description

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 SOAP Value

<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"/> 
            </Taxes>
            <TotalFare Amount="12326.40" CurrencyCode="USD" DecimalPlaces="2"/>
        </ItinTotalFare>

 

Sample GIR SOAP Value

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