Skip Navigation

PseudoCityCode

Shop Across Multiple PCCs:

 

Attribute

PseudoCityCode

Description

Information about the pseudo city code for which the fare was produced.

Type

xs:string

 

Sample SOAP Value

<AirItineraryPricingInfo PricingSource="ADVJR1" PricingSubSource="MIP" PseudoCityCode="PCC1" LastTicketDate="2015-11-06">
   <ItinTotalFare>
     <BaseFare Amount="695.00" CurrencyCode="EUR" DecimalPlaces="2"/>
     <FareConstruction Amount="775.46" CurrencyCode="NUC" DecimalPlaces="2"/>
     <EquivFare Amount="765.00" CurrencyCode="USD" DecimalPlaces="2"/>
     <Taxes>
        <Tax TaxCode="TOTALTAX" Amount="478.50" CurrencyCode="USD" DecimalPlaces="2"/>
     </Taxes>
     <TotalFare Amount="1243.50" CurrencyCode="USD" DecimalPlaces="2"/>
   </ItinTotalFare>
…
</AirItineraryPricingInfo>
 <TicketingInfo TicketType="eTicket"/>
<TPA_Extensions>
  <AdditionalFares>
    <AirItineraryPricingInfo PricingSource="ADVJR1" PricingSubSource="MIP" PseudoCityCode="PCC2" CachedItin="true" CachePartition="PRIVATE" CachePartitionPriority="0" CacheVersion="4.12" TimeToLive="13" LastTicketDate="2015-11-06">
     <ItinTotalFare>
      <BaseFare Amount="695.00" CurrencyCode="EUR" DecimalPlaces="2"/>
      <FareConstruction Amount="775.46" CurrencyCode="NUC" DecimalPlaces="2"/>
      <EquivFare Amount="2958.00" CurrencyCode="PLN" DecimalPlaces="2"/>
      <Taxes>
	<Tax TaxCode="TOTALTAX" Amount="1831.33" CurrencyCode="PLN" DecimalPlaces="2"/>
      </Taxes>
      <TotalFare Amount="4789.33" CurrencyCode="PLN" DecimalPlaces="2"/>
    </ItinTotalFare>
….
    </AirItineraryPricingInfo>
    <TicketingInfo TicketType="eTicket"/>
</AdditionalFares>