Skip Navigation

UseNegotiatedFares

Multiple Fares Per Itinerary:

 

Element

UseNegotiatedFares

Description

Indicator for whether returned fares need to match AccountCode/CorporateID on at least one fare component.

Note  You can specify this parameter at the flex fare group level.

 

Attributes

Name

Type

Description

Use

Ind

xs:boolean

Indicator for whether returned fares need to match AccountCode/CorporateID on at least one fare component.

required

 

Sample SOAP Value 

       <TPA_Extensions>
            <NumTrips Number="50"/>
            <FlexibleFares>
                    <FareParameters>
                      <UsePassengerFares Ind="true"/>
                    </FareParameters>
                    <FareParameters>
                      <UseNegotiatedFares Ind="false"/>
                    </FareParameters>
            </FlexibleFares>
       </TPA_Extensions>