Skip Navigation

AncillaryFeeGroup

 

Element

AncillaryFeeGroup

Description

Ancillary fee group returned.

 

Children Sequence

Name

Description

Min Occurs

Max Occurs

AncillaryFeeItem

OC fee returned.

0

unbounded

 

Attributes

Name

Type

Description

Use

Code

xs:string

Fee group code assigned by ATPCO. Valid values include:

  • BG – Baggage
  • IE – In-flight entertainment
  • ML – Meals
  • SA – Seats
  • UN – Unaccompanied passenger

required

Name

xs:string

Group name.

required

Message

xs:string

Message returned from MIP. For example, "No fees found in this group."

optional

 

Sample SOAP Value

<AncillaryFeeGroup Code="BG" Name="BAGGAGE">
	<AncillaryFeeItem Amount="25.00" Description="1ST ADDITIONAL BAG" OriginAirport="AMS" DestinationAirport="LHR" Carrier="K0" PassengerCode="ADT" Date="2018-04-10" StartSegment="1" EndSegment="1" AncillaryTypeCode="F" Subcode="0CC" BaggageID="1"/>
	<AncillaryFeeItem Amount="45.00" Description="2ND ADDITIONAL BAG" OriginAirport="AMS" DestinationAirport="LHR" Carrier="K0" PassengerCode="ADT" Date="2018-04-10" StartSegment="1" EndSegment="1" AncillaryTypeCode="F" Subcode="0CD" BaggageID="2"/>
	<AncillaryFeeItem Amount="45.00" Description="3RD OR MORE ADDITIONAL BAG" OriginAirport="AMS" DestinationAirport="LHR" Carrier="K0" PassengerCode="ADT" Date="2018-04-10" StartSegment="1" EndSegment="1" AncillaryTypeCode="F" Subcode="0CE" BaggageID="3"/>
	<AncillaryFeeItem Amount="30.80" Description="RUCKSACK OR KNAPSACK" OriginAirport="AMS" DestinationAirport="LHR" Carrier="K0" PassengerCode="ADT" Date="2018-04-10" StartSegment="1" EndSegment="1" AncillaryTypeCode="F" Subcode="0EB" BaggageID="4"/></AncillaryFeeGroup>
</AncillaryFeeGroup>