Skip Navigation

FareType

 

Element

FareType

Description

Preferred or excluded fare type codes for main fare leg.

Fare type code filters out all unbundled (basic economy fares), which are fares filed with one of the following fare type codes:

  • EOU (economy one-way unbundled).
  • ERU (economy return unbundled).

Type

FareTypePrefType

 

Attributes

Name

Description

Code

Code for the brand.

PreferLevel

Indicator for the preference level.

 

Sample SOAP Value

<OriginDestinationInformation RPH="1">
    <DepartureDateTime>2018-10-10T00:00:00</DepartureDateTime>
    <OriginLocation LocationCode="DFW"/>
    <DestinationLocation LocationCode="KRK"/>
    <TPA_Extensions>
      <SegmentType Code="O"/>
      <FareType Code="EOU" PreferLevel="Preferred"/>                   
      <FareType Code="ERU" PreferLevel="Preferred"/>                   
    </TPA_Extensions>
  </OriginDestinationInformation>