IATA_OrderViewRS

 

User Guidance - Service Response Parameters

User Guidance - Service Response Parameters

Input Parameter

Type

Optional/Mandatory

Response Object

IATA_OrderViewRS

M

  • <MessageDoc>

  • <PayloadAttributes>

  • <Party>

  • <PaymentFunctions>

  • <Response>

    • <TicketDocInfo>

    • <DataLists>

      • <BaggageAllowanceList 

    • <OriginDestList>

      • <PaxJourneyList>

      • <PaxList>

      • <PaxSegmentList>

      • <ContactInfoList>

      • <ServiceDefinitionList>

    • <Order>

    • <BookingRef>

    • <OrderID>

    • <OrderItem>

    • <OwnerCode>

    • <StatusCode>

    • <TotalPrice> 

<MessageDoc>

XML Example for the following elements

<ns4:MessageDoc>
            <ns4:RefVersionNumber>19.2</ns4:RefVersionNumber>

</ns4:MessageDoc>

Elements

Details

Optional/Mandatory

<MessageDoc>

Message document information including document name and version number.

O

<RefVersionNumber>

Should be NDC version

O

<Party>  

XML Example for the following elements

Normal bookings/B2C bookings 

<iata:Party>

   <iata:Recipient>

       <iata:ORA>

           <iata:AirlineDesigCode>XX</iata:AirlineDesigCode>

           <iata:Name>Airline Name</iata:Name>

       </iata:ORA>

   </iata:Recipient>

   <iata:Sender>

       <iata:EnabledSystem>

          <iata:Name>Guest Website</iata:Name>

          <iata:SystemID>Guest EN</iata:SystemID>

       </iata:EnabledSystem>

   </iata:Sender>

 </iata:Party>



B2B login/travel agent login

<iata:Party>

   <iata:Recipient>

       <iata:ORA>

           <iata:AirlineDesigCode>XX</iata:AirlineDesigCode>

           <iata:Name>Airline Name</iata:Name>

       </iata:ORA>

   </iata:Recipient>

   <iata:Sender>

       <iata:TravelAgency>

          <iata:AgencyID>Agency code</iata:AgencyID>

             <iata:TravelAgent>

                      <iata:TravelAgentID>Agent ID</iata:TravelAgentID>

                </iata:TravelAgent>

          </iata:TravelAgency>

       </iata:Sender>

 </iata:Party>

Elements

Details

Optional/Mandatory

<Party>

Party & Sender Definition 

O

<Recipient>

Message Recipient information.

O

<ORA>

SUPPLIER: ORA (Offer Originating Airline)Recipient

<AirlineDesigCode>

Airline ID 

M

<Name>

AirlineName 

O

<Sender>

Message Sender information.

M

<TravelAgency>

Agent User Sender Details. Used when its B2B login/travel agent login

M

<AgencyID>

Agency Seller Name 

<TravelAgentID>

User ID of the Agent 

M

NOTE: Channel Information is mandatory and will be fetched from the information given in the SOAP header.

Header: api_access_key

Value: AirlineCode-Channel 

For e.g. V1-Guest EN

Value: API access key shared by IBS

<PayloadAttributes> 

XML Example for the following elements   

<ns4:PayloadAttributes>
            <ns4:VersionNumber>19.2</ns4:VersionNumber>
 </ns4:PayloadAttributes>   

Elements

 Details

 Optional/Mandatory

<PayloadAttributes> 

IATA Standard Payload Attributes 

<VersionNumber>

Specify NDC schema message version. Always pass 19.2

O

<PaymentFunctions>  

XML Example for the following elements   

ns4:PaymentFunctions>
            <ns4:PaymentProcessingSummary>
               <ns4:Amount CurCode="EUR">2289.74</ns4:Amount>
               <ns4:PaymentMethod>
                  <ns4:PaymentCard>
                     <ns4:CardBrandCode>VI</ns4:CardBrandCode>
                     <ns4:CardHolderName>TEST</ns4:CardHolderName>
                     <ns4:CardNumber>XXXXXXXXXXXX1381</ns4:CardNumber>
                  </ns4:PaymentCard>
               </ns4:PaymentMethod>
               <ns4:TypeCode>CC</ns4:TypeCode>
            </ns4:PaymentProcessingSummary>

</ns4:PaymentFunctions>   

Elements

Details

 Optional/Mandatory

<PaymentFunctions>

Information related to the settlement of a transaction through monetary or other compensations. For example, a payment may be applied to an entire Order or individual Order Items.

O

<PaymentProcessingSummary>

Information related to the settlement of a transaction through monetary or other compensations. For example, a payment may be applied to an entire Order or individual Order Items.

O

<Amount>

The amount applied to the associated payment method. Example: 300 USD

M

<PaymentMethod>

A form of procedure for the payment of goods or services, plus any transactional information specific to the payment method other than the amount.

M

<PaymentCard> 

A device that enables its owner (the cardholder) to make a payment by electronic funds transfer.

M

<TypeCode>

2-letter code of payment type.

Example : CC for Credit Card

M

<DataLists>   

<BaggageAllowanceList>

XML Example for the following elements

<ns4:BaggageAllowanceList>
                  <ns4:BaggageAllowance>
                     <ns4:BaggageAllowanceID>V1_BAG.1585876310499</ns4:BaggageAllowanceID>
                     <ns4:TypeCode>Checked</ns4:TypeCode>
                     <ns4:WeightAllowance>
                        <ns4:ApplicablePartyText>V1_PAX.885296241541757199</ns4:ApplicablePartyText>
                        <ns4:MaximumWeightMeasure UnitCode="Kg">20</ns4:MaximumWeightMeasure>
                     </ns4:WeightAllowance>
                  </ns4:BaggageAllowance>
                  <ns4:BaggageAllowance>
                     <ns4:BaggageAllowanceID>V1_BAG.1585876310496</ns4:BaggageAllowanceID>
                     <ns4:TypeCode>Checked</ns4:TypeCode>
                     <ns4:WeightAllowance>
                        <ns4:ApplicablePartyText>V1_PAX.885296241541757199</ns4:ApplicablePartyText>
                        <ns4:MaximumWeightMeasure UnitCode="Kg">20</ns4:MaximumWeightMeasure>
                     </ns4:WeightAllowance>
                  </ns4:BaggageAllowance>
                  <ns4:BaggageAllowance>
                     <ns4:BaggageAllowanceID>V1_BAG.1585876310497</ns4:BaggageAllowanceID>
                     <ns4:TypeCode>Checked</ns4:TypeCode>
                     <ns4:WeightAllowance>
                        <ns4:ApplicablePartyText>V1_PAX.885293989445659299</ns4:ApplicablePartyText>
                        <ns4:MaximumWeightMeasure UnitCode="Kg">20</ns4:MaximumWeightMeasure>
                     </ns4:WeightAllowance>
                  </ns4:BaggageAllowance>
                  <ns4:BaggageAllowance>
                     <ns4:BaggageAllowanceID>V1_BAG.1585876310502</ns4:BaggageAllowanceID>
                     <ns4:TypeCode>Checked</ns4:TypeCode>
                     <ns4:WeightAllowance>
                        <ns4:ApplicablePartyText>V1_PAX.885293989445659299</ns4:ApplicablePartyText>
                        <ns4:MaximumWeightMeasure UnitCode="Kg">20</ns4:MaximumWeightMeasure>
                     </ns4:WeightAllowance>
                  </ns4:BaggageAllowance>
                  <ns4:BaggageAllowance>
                     <ns4:BaggageAllowanceID>V1_BAG.1585876310503</ns4:BaggageAllowanceID>
                     <ns4:TypeCode>Checked</ns4:TypeCode>
                     <ns4:WeightAllowance>
                        <ns4:ApplicablePartyText>V1_PAX.885291737349561399</ns4:ApplicablePartyText>
                        <ns4:MaximumWeightMeasure UnitCode="Kg">20</ns4:MaximumWeightMeasure>
                     </ns4:WeightAllowance>
                  </ns4:BaggageAllowance>
                  <ns4:BaggageAllowance>
                     <ns4:BaggageAllowanceID>V1_BAG.1585876310500</ns4:BaggageAllowanceID>
                     <ns4:TypeCode>Checked</ns4:TypeCode>
                     <ns4:WeightAllowance>
                        <ns4:ApplicablePartyText>V1_PAX.885291737349561399</ns4:ApplicablePartyText>
                        <ns4:MaximumWeightMeasure UnitCode="Kg">20</ns4:MaximumWeightMeasure>
                     </ns4:WeightAllowance>
                  </ns4:BaggageAllowance>
                  <ns4:BaggageAllowance>
                     <ns4:BaggageAllowanceID>V1_BAG.1585876310501</ns4:BaggageAllowanceID>
                     <ns4:TypeCode>Checked</ns4:TypeCode>
                     <ns4:WeightAllowance>
                        <ns4:ApplicablePartyText>V1_PAX.885289485253463499</ns4:ApplicablePartyText>
                        <ns4:MaximumWeightMeasure UnitCode="Kg">20</ns4:MaximumWeightMeasure>
                     </ns4:WeightAllowance>
                  </ns4:BaggageAllowance>
                  <ns4:BaggageAllowance>
                     <ns4:BaggageAllowanceID>V1_BAG.1585876310522</ns4:BaggageAllowanceID>
                     <ns4:TypeCode>Checked</ns4:TypeCode>
                     <ns4:WeightAllowance>
                        <ns4:ApplicablePartyText>V1_PAX.885289485253463499</ns4:ApplicablePartyText>
                        <ns4:MaximumWeightMeasure UnitCode="Kg">20</ns4:MaximumWeightMeasure>
                     </ns4:WeightAllowance>
                  </ns4:BaggageAllowance>

</ns4:BaggageAllowanceList>

Elements

Details

Optional/Mandatory

<BaggageAllowanceList>

Baggage allowance data list definition

< BaggageAllowance>

This explains the allowance limit of check in baggage, provided by the airline, for a given traveller type and OandD

M

< BaggageAllowanceID>

Uniquely identifies a baggage allowance 

M

<TypeCode>

Additional BDT to specify baggage type code 

M

<WeightAllowance> 

Weight allowance of the baggage 

O

<ApplicablePartyText>

Baggage weight restriction application.

Examples: ADT 

O

<MaximumWeightMeasure> 

Maximum weight value and unit of measure

<ContactInfoList>   

XML Example for the following elements

 <ns4:ContactInfoList>
                  <ns4:ContactInfo>
                     <ns4:ContactInfoID>V1_CNTCT.1585876310506</ns4:ContactInfoID>
                     <ns4:ContactPurposeText>HOME_PRIMARY</ns4:ContactPurposeText>
                     <ns4:EmailAddress>
                        <ns4:ContactTypeText>EMAIL_ID</ns4:ContactTypeText>
                        <ns4:EmailAddressText>abcdy@hotmail.com</ns4:EmailAddressText>
                     </ns4:EmailAddress>
                     <ns4:Individual>
                        <ns4:GivenName>ABDUL</ns4:GivenName>
                        <ns4:Surname>REHUMAN</ns4:Surname>
                        <ns4:TitleName>MR</ns4:TitleName>
                     </ns4:Individual>
                     <ns4:Phone>
                        <ns4:ContactTypeText>CELL_NUMBER</ns4:ContactTypeText>
                        <ns4:PhoneNumber>004412332232223</ns4:PhoneNumber>
                     </ns4:Phone>
                     <ns4:PostalAddress>
                        <ns4:CityName>Bristol</ns4:CityName>
                        <ns4:ContactTypeText>AddressAtOrigin</ns4:ContactTypeText>
                        <ns4:CountryName>UNITED KINGDOM</ns4:CountryName>
                        <ns4:PostalCode>BS1 5UL</ns4:PostalCode>
                        <ns4:StreetText>3 St. Georges Road</ns4:StreetText>
                        <ns4:StreetText>Clifton</ns4:StreetText>
                     </ns4:PostalAddress>
                  </ns4:ContactInfo>

</ns4:ContactInfoList>

Elements

Details

Optional/Mandatory

 <ContactInfoList>

 Contact information

O

 <ContactInfo>

The electronic or geographic address which a party has provided as the contact channel. For example, contact email, contact postal address, contact phone number.

M

 <ContactInfoID

Uniquely Identifies a set of Contact Information, within the context of one message.

O

<OriginDestList> 

  XML Example for the following elements

 <ns4:OriginDestList>
                  <ns4:OriginDest>
                     <ns4:DestCode>FRA</ns4:DestCode>
                     <ns4:OriginCode>AYT</ns4:OriginCode>
                     <ns4:OriginDestID>V1_OD.502</ns4:OriginDestID>
                     <ns4:PaxJourneyRefID>V1_FL.502</ns4:PaxJourneyRefID>
                  </ns4:OriginDest>
                  <ns4:OriginDest>
                     <ns4:DestCode>AYT</ns4:DestCode>
                     <ns4:OriginCode>FRA</ns4:OriginCode>
                     <ns4:OriginDestID>V1_OD.503</ns4:OriginDestID>
                     <ns4:PaxJourneyRefID>V1_FL.503</ns4:PaxJourneyRefID>
                  </ns4:OriginDest>

</ns4:OriginDestList>

Elements

Details 

Optional/Mandatory

<OriginDest>

The Origin and Destination airport pair which confines the itinerary

M

<DestCode> 

IATA airport code

M

<OriginDestID>

Uniquely identifies an Origin Destination. 

O

<PaxJourneyRefID>

Uniquely identifies a Passenger Journey. It can be more than one flight which is associated to a route

O

<OriginCode>

IATA airport code  

M

<PaxJourneyList>   

XML Example for the following elements  

<ns4:PaxJourneyList>
                  <ns4:PaxJourney>
                     <ns4:Duration>P0Y0M0DT3H0M0.000S</ns4:Duration>
                     <ns4:PaxJourneyID>V1_FL.502</ns4:PaxJourneyID>
                     <ns4:PaxSegmentRefID>V1_SEG.500</ns4:PaxSegmentRefID>
                  </ns4:PaxJourney>
                  <ns4:PaxJourney>
                     <ns4:Duration>P0Y0M0DT3H25M0.000S</ns4:Duration>
                     <ns4:PaxJourneyID>V1_FL.503</ns4:PaxJourneyID>
                     <ns4:PaxSegmentRefID>V1_SEG.501</ns4:PaxSegmentRefID>
                  </ns4:PaxJourney>
</ns4:PaxJourneyList>

Elements

Details 

Optional/Mandatory 

<PaxJourneyList>

Flight List for the requested itinerary

O

<PaxJourney>

Collection of flights from origin to destination 

M

<Duration>

Total journey time including the combined air time and connection times. In case of stopover, this may or may not include stopover durations.

O

<PaxJourneyID>

Uniquely identifies a passengers journey or flight

O

<PaxSegmentRefID 

Reference to Passenger SegmentID 

M

<PaxList>  

XML Example for the following elements   

 <ns4:PaxList>
                  <ns4:Pax>
                     <ns4:Individual>
                        <ns4:Birthdate>1993-03-11T00:00:00.000Z</ns4:Birthdate>
                        <ns4:GenderCode>M</ns4:GenderCode>
                        <ns4:GivenName>ABDUL</ns4:GivenName>
                        <ns4:Surname>REHUMAN</ns4:Surname>
                        <ns4:TitleName>MR</ns4:TitleName>
                     </ns4:Individual>
                     <ns4:LangUsage>
                        <ns4:LangUsageText>English</ns4:LangUsageText>
                     </ns4:LangUsage>
                     <ns4:PaxID>V1_PAX.885296241541757199</ns4:PaxID>
                     <ns4:PaxRefID>885289485253463499</ns4:PaxRefID>
                     <ns4:PTC>ADT</ns4:PTC>
                  </ns4:Pax>
                  <ns4:Pax>
                     <ns4:Individual>
                        <ns4:Birthdate>1995-03-11T00:00:00.000Z</ns4:Birthdate>
                        <ns4:GenderCode>F</ns4:GenderCode>
                        <ns4:GivenName>MEHR</ns4:GivenName>
                        <ns4:Surname>MUHSINA</ns4:Surname>
                        <ns4:TitleName>MRS</ns4:TitleName>
                     </ns4:Individual>
                     <ns4:LangUsage>
                        <ns4:LangUsageText>English</ns4:LangUsageText>
                     </ns4:LangUsage>
                     <ns4:PaxID>V1_PAX.885293989445659299</ns4:PaxID>
                     <ns4:PTC>ADT</ns4:PTC>
                  </ns4:Pax>
                  <ns4:Pax>
                     <ns4:Individual>
                        <ns4:Birthdate>2014-03-11T00:00:00.000Z</ns4:Birthdate>
                        <ns4:GenderCode>F</ns4:GenderCode>
                        <ns4:GivenName>RAKIL</ns4:GivenName>
                        <ns4:Surname>MHOK</ns4:Surname>
                        <ns4:TitleName>MRS</ns4:TitleName>
                     </ns4:Individual>
                     <ns4:LangUsage>
                        <ns4:LangUsageText>English</ns4:LangUsageText>
                     </ns4:LangUsage>
                     <ns4:PaxID>V1_PAX.885291737349561399</ns4:PaxID>
                     <ns4:PTC>CHD</ns4:PTC>
                  </ns4:Pax>
                  <ns4:Pax>
                     <ns4:Individual>
                        <ns4:Birthdate>2019-03-11T00:00:00.000Z</ns4:Birthdate>
                        <ns4:GenderCode>F</ns4:GenderCode>
                        <ns4:GivenName>RAKIL</ns4:GivenName>
                        <ns4:Surname>MHOK</ns4:Surname>
                        <ns4:TitleName>MRS</ns4:TitleName>
                     </ns4:Individual>
                     <ns4:LangUsage>
                        <ns4:LangUsageText>English</ns4:LangUsageText>
                     </ns4:LangUsage>
                     <ns4:PaxID>V1_PAX.885289485253463499</ns4:PaxID>
                     <ns4:PTC>INF</ns4:PTC>
                  </ns4:Pax>
</ns4:PaxList>

Elements

Details

Optional/Mandatory 

<PaxList>

List all the passengers with details as received in IATA_AirShoppingRQ

O

<Pax>

Any person except members of the crew carried or to be carried with the consent of the carrier, on board of an aircraft. Holds the attributes specific to a one booking, from shopping to fulfillment. 

M

<PaxID>

Uniquely identifies a Passenger. 

M

<PTC>

Type code applying to the Passenger which typically drives pricing (e.g. ADT, CHD, etc).

O

<PaxSegmentList>  

XML Example for the following elements    

 <ns4:PaxSegmentList>
                  <ns4:PaxSegment>
                     <ns4:Arrival>
                        <ns4:AircraftScheduledDateTime TimeZoneCode="LTC">2020-04-15T02:00:00.000Z</ns4:AircraftScheduledDateTime>
                        <ns4:IATA_LocationCode>FRA</ns4:IATA_LocationCode>
                     </ns4:Arrival>
                     <ns4:CabinType>
                        <ns4:CabinTypeCode>3</ns4:CabinTypeCode>
                        <ns4:CabinTypeName>ECONOMY</ns4:CabinTypeName>
                     </ns4:CabinType>
                     <ns4:DatedOperatingLeg>
                        <ns4:Arrival>
                           <ns4:AircraftScheduledDateTime TimeZoneCode="LTC">2020-04-15T02:00:00.000Z</ns4:AircraftScheduledDateTime>
                           <ns4:IATA_LocationCode>FRA</ns4:IATA_LocationCode>
                        </ns4:Arrival>
                        <ns4:CarrierAircraftType>
                           <ns4:CarrierAircraftTypeCode>738</ns4:CarrierAircraftTypeCode>
                        </ns4:CarrierAircraftType>
                        <ns4:DatedOperatingLegID>V1_EQPT.1585876310509</ns4:DatedOperatingLegID>
                        <ns4:Dep>
                           <ns4:AircraftScheduledDateTime TimeZoneCode="LTC">2020-04-15T01:00:00.000Z</ns4:AircraftScheduledDateTime>
                           <ns4:IATA_LocationCode>AYT</ns4:IATA_LocationCode>
                        </ns4:Dep>
                        <ns4:IATA_AircraftType>
                           <ns4:IATA_AircraftTypeCode>800</ns4:IATA_AircraftTypeCode>
                        </ns4:IATA_AircraftType>
                     </ns4:DatedOperatingLeg>
                     <ns4:Dep>
                        <ns4:AircraftScheduledDateTime TimeZoneCode="LTC">2020-04-15T01:00:00.000Z</ns4:AircraftScheduledDateTime>
                        <ns4:IATA_LocationCode>AYT</ns4:IATA_LocationCode>
                     </ns4:Dep>
                     <ns4:Duration>P0Y0M0DT3H0M0.000S</ns4:Duration>
                     <ns4:MarketingCarrierInfo>
                        <ns4:CarrierDesigCode>XQ</ns4:CarrierDesigCode>
                        <ns4:MarketingCarrierFlightNumberText>156</ns4:MarketingCarrierFlightNumberText>
                     </ns4:MarketingCarrierInfo>
                     <ns4:PaxSegmentID>V1_SEG.500</ns4:PaxSegmentID>
                  </ns4:PaxSegment>
                  <ns4:PaxSegment>
                     <ns4:Arrival>
                        <ns4:AircraftScheduledDateTime TimeZoneCode="LTC">2020-04-30T23:05:00.000Z</ns4:AircraftScheduledDateTime>
                        <ns4:IATA_LocationCode>AYT</ns4:IATA_LocationCode>
                     </ns4:Arrival>
                     <ns4:CabinType>
                        <ns4:CabinTypeCode>3</ns4:CabinTypeCode>
                        <ns4:CabinTypeName>ECONOMY</ns4:CabinTypeName>
                     </ns4:CabinType>
                     <ns4:DatedOperatingLeg>
                        <ns4:Arrival>
                           <ns4:AircraftScheduledDateTime TimeZoneCode="LTC">2020-04-30T23:05:00.000Z</ns4:AircraftScheduledDateTime>
                           <ns4:IATA_LocationCode>AYT</ns4:IATA_LocationCode>
                        </ns4:Arrival>
                        <ns4:CarrierAircraftType>
                           <ns4:CarrierAircraftTypeCode>73H</ns4:CarrierAircraftTypeCode>
                        </ns4:CarrierAircraftType>
                        <ns4:DatedOperatingLegID>V1_EQPT.1585876310498</ns4:DatedOperatingLegID>
                        <ns4:Dep>
                           <ns4:AircraftScheduledDateTime TimeZoneCode="LTC">2020-04-30T18:40:00.000Z</ns4:AircraftScheduledDateTime>
                           <ns4:IATA_LocationCode>FRA</ns4:IATA_LocationCode>
                        </ns4:Dep>
                        <ns4:IATA_AircraftType>
                           <ns4:IATA_AircraftTypeCode>800</ns4:IATA_AircraftTypeCode>
                        </ns4:IATA_AircraftType>
                     </ns4:DatedOperatingLeg>
                     <ns4:Dep>
                        <ns4:AircraftScheduledDateTime TimeZoneCode="LTC">2020-04-30T18:40:00.000Z</ns4:AircraftScheduledDateTime>
                        <ns4:IATA_LocationCode>FRA</ns4:IATA_LocationCode>
                     </ns4:Dep>
                     <ns4:Duration>P0Y0M0DT3H25M0.000S</ns4:Duration>
                     <ns4:MarketingCarrierInfo>
                        <ns4:CarrierDesigCode>XQ</ns4:CarrierDesigCode>
                        <ns4:MarketingCarrierFlightNumberText>141</ns4:MarketingCarrierFlightNumberText>
                     </ns4:MarketingCarrierInfo>
                     <ns4:PaxSegmentID>V1_SEG.501</ns4:PaxSegmentID>
                  </ns4:PaxSegment>
               </ns4:PaxSegmentList>

Elements

Details

Optional/Mandatory

<PaxSegmentList>

Flight segment details for the requested itinerary 

O

<PaxSegment>

Transportation of a passenger on a Segment 

M

<PaxSegmentID>

Uniquely identifies a Passenger Segment 

M

<Arrival>

The arriving of the flight at the destined airport

M

<AircraftScheduledDateTime>

The Scheduled Date and Time of Arrival of the aircraft at the terminal or departure gate at an airport

O

<IATA_LocationCode

IATA defined code identifying an airport.

O

<CabinType>

Type of compartment of an aircraft (e.g. business class, economy). 

O

<CabinTypeCode> 

Cabin Type Code as defined by PADIS codeset (e.g. 1, 2, 3, etc.) 

O

<CabinTypeName>

Name given to a cabin compartment (e.g. Business, First, Economy).

O

<DatedOperatingLeg>

The nonstop operation of flight between the departure station and the arrival station. 

O

<CarrierAircraftType>

Carrier defined internal grouping of aircrafts with the same form, function and specification

O

<CarrierAircraftTypeCode>

Internal code used by an carrier to identify the type of aircraft

O

<Dep>

Leaving of a flight from any airport. 

M

<IATA_AircraftType

Grouping of aircrafts with the same form, function and specification

<IATA_AircraftTypeCode>

Code assigned to an aircraft type in IATA SSIM

O

<MarketingCarrierInfo>

Marketing flight details

M

<CarrierDesigCode>

Airline code assigned to a carrier

M

<MarketingCarrierFlightNumberText>

The numerical designation of a flight

M

<Duration>

Total segment time. 

O

<ServiceDefinitionList>  

XML Example for the following elements  

<ns4:ServiceDefinitionList>
                  <ns4:ServiceDefinition>
                     <ns4:Desc>
                        <ns4:DescText>Infant</ns4:DescText>
                     </ns4:Desc>
                     <ns4:Name>Infant</ns4:Name>
                     <ns4:OwnerCode>XQ</ns4:OwnerCode>
                     <ns4:RFIC>I</ns4:RFIC>
                     <ns4:ServiceDefinitionID>V1_SSR.500</ns4:ServiceDefinitionID>
                  </ns4:ServiceDefinition>
                  <ns4:ServiceDefinition>
                     <ns4:Desc>
                        <ns4:DescText>Infant</ns4:DescText>
                     </ns4:Desc>
                     <ns4:Name>Infant</ns4:Name>
                     <ns4:OwnerCode>XQ</ns4:OwnerCode>
                     <ns4:RFIC>I</ns4:RFIC>
                     <ns4:ServiceDefinitionID>V1_SSR.501</ns4:ServiceDefinitionID>
                  </ns4:ServiceDefinition>
 </ns4:ServiceDefinitionList>

Elements

Details

Optional/Mandatory

<ServiceDefinitionList>

Service Definition data list definition.

O

<ServiceDefinition>

Description and characteristics of a non-flight product or service that can be separately sold and delivered. E.g. bag, seat, meal on a flight.

M

<ServiceDefinitionID>

Uniquely Identifies a Service Definition within the context of one message. 

M

 <RFIC>

Reason For Issuance Code Examples: A (Air Transportation) C (Baggage) E (Airport Services) F (Merchandise) G (In-flight Services) 

O

<OwnerCode

Airline code assigned to a carrier. Either ICAO-defined 3-character code or IATA-defined 2-character code.

O

<Desc>

An account or representation of the certain or major aspects, characteristics, or features of a person, object, or event

M

<DescText>

Description text value. 

O

<TicketDocInfo> 

XML Example for the following elements  

 <ns4:TicketDocInfo>
               <ns4:BookletQty>2</ns4:BookletQty>
               <ns4:PaxRefID>V1_PAX.885296241541757199</ns4:PaxRefID>
               <ns4:PricingDate>2020-04-07T05:24:31.000Z</ns4:PricingDate>
               <ns4:PricingLocationCode>AYT</ns4:PricingLocationCode>
               <ns4:Ticket>
                  <ns4:Coupon>
                     <ns4:CouponNumber>1</ns4:CouponNumber>
                     <ns4:CouponStatusCode>I</ns4:CouponStatusCode>
                     <ns4:SoldAirlineInfo>
                        <ns4:PaxSegmentRefID>V1_SEG.500</ns4:PaxSegmentRefID>
                     </ns4:SoldAirlineInfo>
                  </ns4:Coupon>
                  <ns4:Coupon>
                     <ns4:CouponNumber>2</ns4:CouponNumber>
                     <ns4:CouponStatusCode>I</ns4:CouponStatusCode>
                     <ns4:SoldAirlineInfo>
                        <ns4:PaxSegmentRefID>V1_SEG.501</ns4:PaxSegmentRefID>
                     </ns4:SoldAirlineInfo>
                  </ns4:Coupon>
                  <ns4:ReportingTypeCode>Airline</ns4:ReportingTypeCode>
                  <ns4:TicketDocTypeCode>702</ns4:TicketDocTypeCode>
                  <ns4:TicketNumber>5642110125924</ns4:TicketNumber>
               </ns4:Ticket>

</ns4:TicketDocInfo>

Elements

Details

Optional/Mandatory

<TicketDocInfo> 

Information corresponding to a group of 1 to 4 Tickets for a single Origin Destination and a single Passenger.

O

<BookletQty 

Number of booklets issued for a given ticket/ document set.

O

<PaxRefID>

Reference to a Passenger ID. 

M

<PricingDate>

Booked Itinerary Pricing Date. Example: 2017-01-13 Note: This is the date the booked itinerary was priced.

O

<PricingLocationCode>

IATA defined code identifying a city or station.

O

<Ticket>

The accountable document issued by or on behalf of a carrier which includes notices and the flight and passenger coupons contained therein.

M

<Coupon>

The portion of the Passenger Ticket and Baggage Check or Excess Baggage Ticket that indicates particular places between which the coupon is good for carriage.

M

<CouponNumber>

Number assigned to the issued coupon.

M

<CouponStatusCode>

Current status of the flight/ value coupon. Example: E (Exchanged/Reissued)

M

<SoldAirlineInfo>

Reference to a PaxSegmentID

O

<PaxSegmentRefID>

Reference to a PaxSegmentID

M

<ReportingTypeCode

For billing and settlement purposes, each time a travel agent requests an airline to perform an action on a document (Issuance, Refund, Exchange), he needs to know how to reconcile this action (via BSP, ARC, directly by ORA, etc.)

M

<TicketDocTypeCode>

Document type code as defined by PADIS 1001 (Document/ Message Name, coded). 

O

<TicketNumber>

 The document number comprised of the airline code, form code, and serial number.

O

<Order>

XML Example for the following elements

<ns4:OrderItem>
                  <ns4:FareDetail>
                     <ns4:FareComponent>
                        <ns4:CabinType>
                           <ns4:CabinTypeCode>3</ns4:CabinTypeCode>
                           <ns4:CabinTypeName>ECONOMY</ns4:CabinTypeName>
                        </ns4:CabinType>
                        <ns4:FareBasisCode>AINT</ns4:FareBasisCode>
                        <ns4:FareTypeCode>SUNECO</ns4:FareTypeCode>
                        <ns4:PaxSegmentRefID>V1_SEG.500</ns4:PaxSegmentRefID>
                        <ns4:Price>
                           <ns4:BaseAmount CurCode="EUR">72.49</ns4:BaseAmount>
                           <ns4:Discount>
                              <ns4:DiscountAmount CurCode="EUR">2.17</ns4:DiscountAmount>
                           </ns4:Discount>
                           <ns4:Surcharge>
                              <ns4:Breakdown>
                                 <ns4:Amount CurCode="EUR">10.0</ns4:Amount>
                                 <ns4:DescText>FUEL SURCHARGE</ns4:DescText>
                                 <ns4:DesigText>FUEL</ns4:DesigText>
                              </ns4:Breakdown>
                              <ns4:Breakdown>
                                 <ns4:Amount CurCode="EUR">301.0</ns4:Amount>
                                 <ns4:DescText>abcdefghijjjjjjjj</ns4:DescText>
                                 <ns4:DesigText>ABCDEFGHIJ</ns4:DesigText>
                              </ns4:Breakdown>
                              <ns4:TotalAmount CurCode="EUR">311.0</ns4:TotalAmount>
                           </ns4:Surcharge>
                           <ns4:TaxSummary>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">250.0</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>TR</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>M6</ns4:TaxCode>
                                 <ns4:TaxName>International Flights Security Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">15.0</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>TR</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>TR</ns4:TaxCode>
                                 <ns4:TaxName>Airport Service Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:TotalTaxAmount CurCode="EUR">265.0</ns4:TotalTaxAmount>
                           </ns4:TaxSummary>
                           <ns4:TotalAmount CurCode="EUR">646.32</ns4:TotalAmount>
                        </ns4:Price>
                        <ns4:RBD>
                           <ns4:RBD_Code>A</ns4:RBD_Code>
                        </ns4:RBD>
                        <ns4:TicketDesigCode>AINT</ns4:TicketDesigCode>
                     </ns4:FareComponent>
                     <ns4:FareComponent>
                        <ns4:CabinType>
                           <ns4:CabinTypeCode>3</ns4:CabinTypeCode>
                           <ns4:CabinTypeName>ECONOMY</ns4:CabinTypeName>
                        </ns4:CabinType>
                        <ns4:FareBasisCode>AINT</ns4:FareBasisCode>
                        <ns4:FareTypeCode>SUNECO</ns4:FareTypeCode>
                        <ns4:PaxSegmentRefID>V1_SEG.501</ns4:PaxSegmentRefID>
                        <ns4:Price>
                           <ns4:BaseAmount CurCode="EUR">72.49</ns4:BaseAmount>
                           <ns4:Discount>
                              <ns4:DiscountAmount CurCode="EUR">2.17</ns4:DiscountAmount>
                           </ns4:Discount>
                           <ns4:Surcharge>
                              <ns4:Breakdown>
                                 <ns4:Amount CurCode="EUR">10.0</ns4:Amount>
                                 <ns4:DescText>FUEL SURCHARGE</ns4:DescText>
                                 <ns4:DesigText>FUEL</ns4:DesigText>
                              </ns4:Breakdown>
                              <ns4:TotalAmount CurCode="EUR">10.0</ns4:TotalAmount>
                           </ns4:Surcharge>
                           <ns4:TaxSummary>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">9.56</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>DE</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>DE</ns4:TaxCode>
                                 <ns4:TaxName>Airport Security Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">7.47</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>DE</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>OY</ns4:TaxCode>
                                 <ns4:TaxName>Air Transport Tax</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">31.29</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>DE</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>RA</ns4:TaxCode>
                                 <ns4:TaxName>Passenger Service Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:TotalTaxAmount CurCode="EUR">48.32</ns4:TotalTaxAmount>
                           </ns4:TaxSummary>
                           <ns4:TotalAmount CurCode="EUR">128.64</ns4:TotalAmount>
                        </ns4:Price>
                        <ns4:RBD>
                           <ns4:RBD_Code>A</ns4:RBD_Code>
                        </ns4:RBD>
                        <ns4:TicketDesigCode>AINT</ns4:TicketDesigCode>
                     </ns4:FareComponent>
                     <ns4:FarePriceType>
                        <ns4:FarePriceTypeCode>SELL AMOUNT</ns4:FarePriceTypeCode>
                        <ns4:Price>
                           <ns4:BaseAmount CurCode="EUR">144.98</ns4:BaseAmount>
                           <ns4:Discount>
                              <ns4:DiscountAmount CurCode="EUR">4.34</ns4:DiscountAmount>
                           </ns4:Discount>
                           <ns4:Surcharge>
                              <ns4:TotalAmount CurCode="EUR">321.0</ns4:TotalAmount>
                           </ns4:Surcharge>
                           <ns4:TaxSummary>
                              <ns4:TotalTaxAmount CurCode="EUR">313.32</ns4:TotalTaxAmount>
                           </ns4:TaxSummary>
                           <ns4:TotalAmount CurCode="EUR">774.96</ns4:TotalAmount>
                        </ns4:Price>
                     </ns4:FarePriceType>
                  </ns4:FareDetail>
                  <ns4:OrderItemID>V1_ORITM_PAX.885296241541757199_SEG.500-SEG.501</ns4:OrderItemID>
                  <ns4:OwnerCode>XQ</ns4:OwnerCode>
                  <ns4:Price>
                     <ns4:BaseAmount CurCode="EUR">144.98</ns4:BaseAmount>
                     <ns4:Surcharge>
                        <ns4:TotalAmount CurCode="EUR">321.0</ns4:TotalAmount>
                     </ns4:Surcharge>
                     <ns4:TaxSummary>
                        <ns4:TotalTaxAmount CurCode="EUR">313.32</ns4:TotalTaxAmount>
                     </ns4:TaxSummary>
                     <ns4:TotalAmount CurCode="EUR">774.96</ns4:TotalAmount>
                  </ns4:Price>
                  <ns4:Service>
                     <ns4:PaxRefID>V1_PAX.885296241541757199</ns4:PaxRefID>
                     <ns4:ServiceAssociations>
                        <ns4:PaxSegmentRefID>V1_SEG.500</ns4:PaxSegmentRefID>
                     </ns4:ServiceAssociations>
                     <ns4:ServiceID>V1_SRVC_PAX.885296241541757199_SEG.500</ns4:ServiceID>
                  </ns4:Service>
                  <ns4:Service>
                     <ns4:PaxRefID>V1_PAX.885296241541757199</ns4:PaxRefID>
                     <ns4:ServiceAssociations>
                        <ns4:PaxSegmentRefID>V1_SEG.501</ns4:PaxSegmentRefID>
                     </ns4:ServiceAssociations>
                     <ns4:ServiceID>V1_SRVC_PAX.885296241541757199_SEG.501</ns4:ServiceID>
                  </ns4:Service>
               </ns4:OrderItem>
               <ns4:OrderItem>
                  <ns4:FareDetail>
                     <ns4:FareComponent>
                        <ns4:CabinType>
                           <ns4:CabinTypeCode>3</ns4:CabinTypeCode>
                           <ns4:CabinTypeName>ECONOMY</ns4:CabinTypeName>
                        </ns4:CabinType>
                        <ns4:FareBasisCode>AINT</ns4:FareBasisCode>
                        <ns4:FareTypeCode>SUNECO</ns4:FareTypeCode>
                        <ns4:PaxSegmentRefID>V1_SEG.500</ns4:PaxSegmentRefID>
                        <ns4:Price>
                           <ns4:BaseAmount CurCode="EUR">72.49</ns4:BaseAmount>
                           <ns4:Discount>
                              <ns4:DiscountAmount CurCode="EUR">2.17</ns4:DiscountAmount>
                           </ns4:Discount>
                           <ns4:Surcharge>
                              <ns4:Breakdown>
                                 <ns4:Amount CurCode="EUR">10.0</ns4:Amount>
                                 <ns4:DescText>FUEL SURCHARGE</ns4:DescText>
                                 <ns4:DesigText>FUEL</ns4:DesigText>
                              </ns4:Breakdown>
                              <ns4:Breakdown>
                                 <ns4:Amount CurCode="EUR">301.0</ns4:Amount>
                                 <ns4:DescText>abcdefghijjjjjjjj</ns4:DescText>
                                 <ns4:DesigText>ABCDEFGHIJ</ns4:DesigText>
                              </ns4:Breakdown>
                              <ns4:TotalAmount CurCode="EUR">311.0</ns4:TotalAmount>
                           </ns4:Surcharge>
                           <ns4:TaxSummary>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">250.0</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>TR</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>M6</ns4:TaxCode>
                                 <ns4:TaxName>International Flights Security Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">15.0</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>TR</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>TR</ns4:TaxCode>
                                 <ns4:TaxName>Airport Service Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:TotalTaxAmount CurCode="EUR">265.0</ns4:TotalTaxAmount>
                           </ns4:TaxSummary>
                           <ns4:TotalAmount CurCode="EUR">646.32</ns4:TotalAmount>
                        </ns4:Price>
                        <ns4:RBD>
                           <ns4:RBD_Code>A</ns4:RBD_Code>
                        </ns4:RBD>
                        <ns4:TicketDesigCode>AINT</ns4:TicketDesigCode>
                     </ns4:FareComponent>
                     <ns4:FareComponent>
                        <ns4:CabinType>
                           <ns4:CabinTypeCode>3</ns4:CabinTypeCode>
                           <ns4:CabinTypeName>ECONOMY</ns4:CabinTypeName>
                        </ns4:CabinType>
                        <ns4:FareBasisCode>AINT</ns4:FareBasisCode>
                        <ns4:FareTypeCode>SUNECO</ns4:FareTypeCode>
                        <ns4:PaxSegmentRefID>V1_SEG.501</ns4:PaxSegmentRefID>
                        <ns4:Price>
                           <ns4:BaseAmount CurCode="EUR">72.49</ns4:BaseAmount>
                           <ns4:Discount>
                              <ns4:DiscountAmount CurCode="EUR">2.17</ns4:DiscountAmount>
                           </ns4:Discount>
                           <ns4:Surcharge>
                              <ns4:Breakdown>
                                 <ns4:Amount CurCode="EUR">10.0</ns4:Amount>
                                 <ns4:DescText>FUEL SURCHARGE</ns4:DescText>
                                 <ns4:DesigText>FUEL</ns4:DesigText>
                              </ns4:Breakdown>
                              <ns4:TotalAmount CurCode="EUR">10.0</ns4:TotalAmount>
                           </ns4:Surcharge>
                           <ns4:TaxSummary>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">9.56</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>DE</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>DE</ns4:TaxCode>
                                 <ns4:TaxName>Airport Security Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">7.47</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>DE</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>OY</ns4:TaxCode>
                                 <ns4:TaxName>Air Transport Tax</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">31.29</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>DE</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>RA</ns4:TaxCode>
                                 <ns4:TaxName>Passenger Service Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:TotalTaxAmount CurCode="EUR">48.32</ns4:TotalTaxAmount>
                           </ns4:TaxSummary>
                           <ns4:TotalAmount CurCode="EUR">128.64</ns4:TotalAmount>
                        </ns4:Price>
                        <ns4:RBD>
                           <ns4:RBD_Code>A</ns4:RBD_Code>
                        </ns4:RBD>
                        <ns4:TicketDesigCode>AINT</ns4:TicketDesigCode>
                     </ns4:FareComponent>
                     <ns4:FarePriceType>
                        <ns4:FarePriceTypeCode>SELL AMOUNT</ns4:FarePriceTypeCode>
                        <ns4:Price>
                           <ns4:BaseAmount CurCode="EUR">144.98</ns4:BaseAmount>
                           <ns4:Discount>
                              <ns4:DiscountAmount CurCode="EUR">4.34</ns4:DiscountAmount>
                           </ns4:Discount>
                           <ns4:Surcharge>
                              <ns4:TotalAmount CurCode="EUR">321.0</ns4:TotalAmount>
                           </ns4:Surcharge>
                           <ns4:TaxSummary>
                              <ns4:TotalTaxAmount CurCode="EUR">313.32</ns4:TotalTaxAmount>
                           </ns4:TaxSummary>
                           <ns4:TotalAmount CurCode="EUR">774.96</ns4:TotalAmount>
                        </ns4:Price>
                     </ns4:FarePriceType>
                  </ns4:FareDetail>
                  <ns4:OrderItemID>V1_ORITM_PAX.885293989445659299_SEG.500-SEG.501</ns4:OrderItemID>
                  <ns4:OwnerCode>XQ</ns4:OwnerCode>
                  <ns4:Price>
                     <ns4:BaseAmount CurCode="EUR">144.98</ns4:BaseAmount>
                     <ns4:Surcharge>
                        <ns4:TotalAmount CurCode="EUR">321.0</ns4:TotalAmount>
                     </ns4:Surcharge>
                     <ns4:TaxSummary>
                        <ns4:TotalTaxAmount CurCode="EUR">313.32</ns4:TotalTaxAmount>
                     </ns4:TaxSummary>
                     <ns4:TotalAmount CurCode="EUR">774.96</ns4:TotalAmount>
                  </ns4:Price>
                  <ns4:Service>
                     <ns4:PaxRefID>V1_PAX.885293989445659299</ns4:PaxRefID>
                     <ns4:ServiceAssociations>
                        <ns4:PaxSegmentRefID>V1_SEG.500</ns4:PaxSegmentRefID>
                     </ns4:ServiceAssociations>
                     <ns4:ServiceID>V1_SRVC_PAX.885293989445659299_SEG.500</ns4:ServiceID>
                  </ns4:Service>
                  <ns4:Service>
                     <ns4:PaxRefID>V1_PAX.885293989445659299</ns4:PaxRefID>
                     <ns4:ServiceAssociations>
                        <ns4:PaxSegmentRefID>V1_SEG.501</ns4:PaxSegmentRefID>
                     </ns4:ServiceAssociations>
                     <ns4:ServiceID>V1_SRVC_PAX.885293989445659299_SEG.501</ns4:ServiceID>
                  </ns4:Service>
               </ns4:OrderItem>
               <ns4:OrderItem>
                  <ns4:FareDetail>
                     <ns4:FareComponent>
                        <ns4:CabinType>
                           <ns4:CabinTypeCode>3</ns4:CabinTypeCode>
                           <ns4:CabinTypeName>ECONOMY</ns4:CabinTypeName>
                        </ns4:CabinType>
                        <ns4:FareBasisCode>AINT</ns4:FareBasisCode>
                        <ns4:FareTypeCode>SUNECO</ns4:FareTypeCode>
                        <ns4:PaxSegmentRefID>V1_SEG.500</ns4:PaxSegmentRefID>
                        <ns4:Price>
                           <ns4:BaseAmount CurCode="EUR">54.3675</ns4:BaseAmount>
                           <ns4:Discount>
                              <ns4:DiscountAmount CurCode="EUR">1.63</ns4:DiscountAmount>
                           </ns4:Discount>
                           <ns4:Surcharge>
                              <ns4:Breakdown>
                                 <ns4:Amount CurCode="EUR">10.0</ns4:Amount>
                                 <ns4:DescText>FUEL SURCHARGE</ns4:DescText>
                                 <ns4:DesigText>FUEL</ns4:DesigText>
                              </ns4:Breakdown>
                              <ns4:TotalAmount CurCode="EUR">10.0</ns4:TotalAmount>
                           </ns4:Surcharge>
                           <ns4:TaxSummary>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">250.0</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>TR</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>M6</ns4:TaxCode>
                                 <ns4:TaxName>International Flights Security Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">15.0</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>TR</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>TR</ns4:TaxCode>
                                 <ns4:TaxName>Airport Service Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:TotalTaxAmount CurCode="EUR">265.0</ns4:TotalTaxAmount>
                           </ns4:TaxSummary>
                           <ns4:TotalAmount CurCode="EUR">327.74</ns4:TotalAmount>
                        </ns4:Price>
                        <ns4:RBD>
                           <ns4:RBD_Code>A</ns4:RBD_Code>
                        </ns4:RBD>
                        <ns4:TicketDesigCode>AINT</ns4:TicketDesigCode>
                     </ns4:FareComponent>
                     <ns4:FareComponent>
                        <ns4:CabinType>
                           <ns4:CabinTypeCode>3</ns4:CabinTypeCode>
                           <ns4:CabinTypeName>ECONOMY</ns4:CabinTypeName>
                        </ns4:CabinType>
                        <ns4:FareBasisCode>AINT</ns4:FareBasisCode>
                        <ns4:FareTypeCode>SUNECO</ns4:FareTypeCode>
                        <ns4:PaxSegmentRefID>V1_SEG.501</ns4:PaxSegmentRefID>
                        <ns4:Price>
                           <ns4:BaseAmount CurCode="EUR">54.3675</ns4:BaseAmount>
                           <ns4:Discount>
                              <ns4:DiscountAmount CurCode="EUR">1.63</ns4:DiscountAmount>
                           </ns4:Discount>
                           <ns4:Surcharge>
                              <ns4:Breakdown>
                                 <ns4:Amount CurCode="EUR">10.0</ns4:Amount>
                                 <ns4:DescText>FUEL SURCHARGE</ns4:DescText>
                                 <ns4:DesigText>FUEL</ns4:DesigText>
                              </ns4:Breakdown>
                              <ns4:TotalAmount CurCode="EUR">10.0</ns4:TotalAmount>
                           </ns4:Surcharge>
                           <ns4:TaxSummary>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">9.56</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>DE</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>DE</ns4:TaxCode>
                                 <ns4:TaxName>Airport Security Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">7.47</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>DE</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>OY</ns4:TaxCode>
                                 <ns4:TaxName>Air Transport Tax</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">31.29</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>DE</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>RA</ns4:TaxCode>
                                 <ns4:TaxName>Passenger Service Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:TotalTaxAmount CurCode="EUR">48.32</ns4:TotalTaxAmount>
                           </ns4:TaxSummary>
                           <ns4:TotalAmount CurCode="EUR">111.06</ns4:TotalAmount>
                        </ns4:Price>
                        <ns4:RBD>
                           <ns4:RBD_Code>A</ns4:RBD_Code>
                        </ns4:RBD>
                        <ns4:TicketDesigCode>AINT</ns4:TicketDesigCode>
                     </ns4:FareComponent>
                     <ns4:FarePriceType>
                        <ns4:FarePriceTypeCode>SELL AMOUNT</ns4:FarePriceTypeCode>
                        <ns4:Price>
                           <ns4:BaseAmount CurCode="EUR">108.735</ns4:BaseAmount>
                           <ns4:Discount>
                              <ns4:DiscountAmount CurCode="EUR">3.26</ns4:DiscountAmount>
                           </ns4:Discount>
                           <ns4:Surcharge>
                              <ns4:TotalAmount CurCode="EUR">20.0</ns4:TotalAmount>
                           </ns4:Surcharge>
                           <ns4:TaxSummary>
                              <ns4:TotalTaxAmount CurCode="EUR">313.32</ns4:TotalTaxAmount>
                           </ns4:TaxSummary>
                           <ns4:TotalAmount CurCode="EUR">438.8</ns4:TotalAmount>
                        </ns4:Price>
                     </ns4:FarePriceType>
                  </ns4:FareDetail>
                  <ns4:OrderItemID>V1_ORITM_PAX.885291737349561399_SEG.500-SEG.501</ns4:OrderItemID>
                  <ns4:OwnerCode>XQ</ns4:OwnerCode>
                  <ns4:Price>
                     <ns4:BaseAmount CurCode="EUR">108.735</ns4:BaseAmount>
                     <ns4:Surcharge>
                        <ns4:TotalAmount CurCode="EUR">20.0</ns4:TotalAmount>
                     </ns4:Surcharge>
                     <ns4:TaxSummary>
                        <ns4:TotalTaxAmount CurCode="EUR">313.32</ns4:TotalTaxAmount>
                     </ns4:TaxSummary>
                     <ns4:TotalAmount CurCode="EUR">438.8</ns4:TotalAmount>
                  </ns4:Price>
                  <ns4:Service>
                     <ns4:PaxRefID>V1_PAX.885291737349561399</ns4:PaxRefID>
                     <ns4:ServiceAssociations>
                        <ns4:PaxSegmentRefID>V1_SEG.500</ns4:PaxSegmentRefID>
                     </ns4:ServiceAssociations>
                     <ns4:ServiceID>V1_SRVC_PAX.885291737349561399_SEG.500</ns4:ServiceID>
                  </ns4:Service>
                  <ns4:Service>
                     <ns4:PaxRefID>V1_PAX.885291737349561399</ns4:PaxRefID>
                     <ns4:ServiceAssociations>
                        <ns4:PaxSegmentRefID>V1_SEG.501</ns4:PaxSegmentRefID>
                     </ns4:ServiceAssociations>
                     <ns4:ServiceID>V1_SRVC_PAX.885291737349561399_SEG.501</ns4:ServiceID>
                  </ns4:Service>
               </ns4:OrderItem>
               <ns4:OrderItem>
                  <ns4:FareDetail>
                     <ns4:FareComponent>
                        <ns4:CabinType>
                           <ns4:CabinTypeCode>3</ns4:CabinTypeCode>
                           <ns4:CabinTypeName>ECONOMY</ns4:CabinTypeName>
                        </ns4:CabinType>
                        <ns4:FareBasisCode>AINT</ns4:FareBasisCode>
                        <ns4:FareTypeCode>SUNECO</ns4:FareTypeCode>
                        <ns4:PaxSegmentRefID>V1_SEG.500</ns4:PaxSegmentRefID>
                        <ns4:Price>
                           <ns4:BaseAmount CurCode="EUR">15.99</ns4:BaseAmount>
                           <ns4:Discount>
                              <ns4:DiscountAmount CurCode="EUR">0.48</ns4:DiscountAmount>
                           </ns4:Discount>
                           <ns4:Surcharge>
                              <ns4:Breakdown>
                                 <ns4:Amount CurCode="EUR">10.0</ns4:Amount>
                                 <ns4:DescText>FUEL SURCHARGE</ns4:DescText>
                                 <ns4:DesigText>FUEL</ns4:DesigText>
                              </ns4:Breakdown>
                              <ns4:TotalAmount CurCode="EUR">10.0</ns4:TotalAmount>
                           </ns4:Surcharge>
                           <ns4:TaxSummary>
                              <ns4:Tax>
                                 <ns4:Amount CurCode="EUR">250.0</ns4:Amount>
                                 <ns4:Country>
                                    <ns4:CountryCode>TR</ns4:CountryCode>
                                 </ns4:Country>
                                 <ns4:TaxCode>M6</ns4:TaxCode>
                                 <ns4:TaxName>International Flights Security Charge</ns4:TaxName>
                              </ns4:Tax>
                              <ns4:TotalTaxAmount CurCode="EUR">250.0</ns4:TotalTaxAmount>
                           </ns4:TaxSummary>
                           <ns4:TotalAmount CurCode="EUR">275.51</ns4:TotalAmount>
                        </ns4:Price>
                        <ns4:RBD>
                           <ns4:RBD_Code>A</ns4:RBD_Code>
                        </ns4:RBD>
                        <ns4:TicketDesigCode>AINT</ns4:TicketDesigCode>
                     </ns4:FareComponent>
                     <ns4:FareComponent>
                        <ns4:CabinType>
                           <ns4:CabinTypeCode>3</ns4:CabinTypeCode>
                           <ns4:CabinTypeName>ECONOMY</ns4:CabinTypeName>
                        </ns4:CabinType>
                        <ns4:FareBasisCode>AINT</ns4:FareBasisCode>
                        <ns4:FareTypeCode>SUNECO</ns4:FareTypeCode>
                        <ns4:PaxSegmentRefID>V1_SEG.501</ns4:PaxSegmentRefID>
                        <ns4:Price>
                           <ns4:BaseAmount CurCode="EUR">15.99</ns4:BaseAmount>
                           <ns4:Discount>
                              <ns4:DiscountAmount CurCode="EUR">0.48</ns4:DiscountAmount>
                           </ns4:Discount>
                           <ns4:Surcharge>
                              <ns4:Breakdown>
                                 <ns4:Amount CurCode="EUR">10.0</ns4:Amount>
                                 <ns4:DescText>FUEL SURCHARGE</ns4:DescText>
                                 <ns4:DesigText>FUEL</ns4:DesigText>
                              </ns4:Breakdown>
                              <ns4:TotalAmount CurCode="EUR">10.0</ns4:TotalAmount>
                           </ns4:Surcharge>
                           <ns4:TotalAmount CurCode="EUR">25.51</ns4:TotalAmount>
                        </ns4:Price>
                        <ns4:RBD>
                           <ns4:RBD_Code>A</ns4:RBD_Code>
                        </ns4:RBD>
                        <ns4:TicketDesigCode>AINT</ns4:TicketDesigCode>
                     </ns4:FareComponent>
                     <ns4:FarePriceType>
                        <ns4:FarePriceTypeCode>SELL AMOUNT</ns4:FarePriceTypeCode>
                        <ns4:Price>
                           <ns4:BaseAmount CurCode="EUR">31.98</ns4:BaseAmount>
                           <ns4:Discount>
                              <ns4:DiscountAmount CurCode="EUR">0.96</ns4:DiscountAmount>
                           </ns4:Discount>
                           <ns4:Surcharge>
                              <ns4:TotalAmount CurCode="EUR">20.0</ns4:TotalAmount>
                           </ns4:Surcharge>
                           <ns4:TaxSummary>
                              <ns4:TotalTaxAmount CurCode="EUR">250.0</ns4:TotalTaxAmount>
                           </ns4:TaxSummary>
                           <ns4:TotalAmount CurCode="EUR">301.02</ns4:TotalAmount>
                        </ns4:Price>
                     </ns4:FarePriceType>
                  </ns4:FareDetail>
                  <ns4:OrderItemID>V1_ORITM_PAX.885289485253463499_SEG.500-SEG.501</ns4:OrderItemID>
                  <ns4:OwnerCode>XQ</ns4:OwnerCode>
                  <ns4:Price>
                     <ns4:BaseAmount CurCode="EUR">31.98</ns4:BaseAmount>
                     <ns4:Surcharge>
                        <ns4:TotalAmount CurCode="EUR">20.0</ns4:TotalAmount>
                     </ns4:Surcharge>
                     <ns4:TaxSummary>
                        <ns4:TotalTaxAmount CurCode="EUR">250.0</ns4:TotalTaxAmount>
                     </ns4:TaxSummary>
                     <ns4:TotalAmount CurCode="EUR">301.02</ns4:TotalAmount>
                  </ns4:Price>
                  <ns4:Service>
                     <ns4:PaxRefID>V1_PAX.885289485253463499</ns4:PaxRefID>
                     <ns4:ServiceAssociations>
                        <ns4:PaxSegmentRefID>V1_SEG.500</ns4:PaxSegmentRefID>
                     </ns4:ServiceAssociations>
                     <ns4:ServiceID>V1_SRVC_PAX.885289485253463499_SEG.500</ns4:ServiceID>
                  </ns4:Service>
                  <ns4:Service>
                     <ns4:PaxRefID>V1_PAX.885289485253463499</ns4:PaxRefID>
                     <ns4:ServiceAssociations>
                        <ns4:PaxSegmentRefID>V1_SEG.501</ns4:PaxSegmentRefID>
                     </ns4:ServiceAssociations>
                     <ns4:ServiceID>V1_SRVC_PAX.885289485253463499_SEG.501</ns4:ServiceID>
                  </ns4:Service>
               </ns4:OrderItem>
               <ns4:OwnerCode>XQ</ns4:OwnerCode>
               <ns4:StatusCode>OPENED</ns4:StatusCode>
               <ns4:TotalPrice>
                  <ns4:TotalAmount CurCode="EUR">2289.74</ns4:TotalAmount>
               </ns4:TotalPrice>
            </ns4:Order>
            
         
             



Elements

Details

Optional/Mandatory

<Order>

 Details of PNR including fare details ,total price PNR Status etc.

Supports basic flight only booking.

M

<BookingRef>

Provides reservation details here.

O

<OrderID>

Provides PNR number.

M

<OrderItem>

An individually priced item within a placed Order. This will be repeated to return the price per passenger .

Example: If you have 2 x ADT, 1 x CHD and 1 x INF then this should be repeated 4 times.

M

<OwnerCode>

will be always set to "AIRLINECODE"

M

<StatusCode>

Indicates the current status of an Order E.g. OK (Confirmed)

O

<TotalPrice>

The amount of money expected, required, or given in payment for something.

O

<TotalAmount>

The amount of money expected, required, or given in payment for something.

O

<OrderItemID>

A unique ID for order item

Example: "V1_ORITM_PAX.904087731382634799_SEG.500-SEG.501"

M

<Price>

Total price specific to a passenger .

M

<TotalAmount>

 Display Fare. NOTE: Applied Fare = Display Fare – Discount

Display Fare = Base Fare, when tax and surcharge are not inclusive. Display Fare = Base Fare + inclusive tax +inclusive surcharge.

Base Fare or Base Amount is the actual fare defined in the system.

O

<BaseAmount>

Total Base Amount in Point Of Origin currency

Base Fare or Base Amount is the actual fare defined in the system.

O

<Surcharge>

Amount added on to a usual charge for a specific product, purpose, or service.

O

<TaxSummary>

Tax summary information.

O

<Service>

This returns the service this OfferItem is entitled to. It will repeat per segment.

M

<ServiceID>

A unique service id

Example:

V1_SRVC_PAX.904087731382634799_SEG.501

M

<PaxRefID>

This returns the passenger references for all the passengers for who the service applies to.

Each reference is displayed by another tag of PaxRefID.

Example:

<ns11:PaxRefID>V1_PAX.1</ns11:PaxRefID> 

Passenger reference should be detailed in PaxList under DataLists

M

<ServiceAssociations>

References to the details of this Service which includes Flight Informations.

M

<PaxSegmentRefID>

This returns the segment reference which are part of this service.

This reference is displayed by another tag of PaxSegmentRefID.

M

<FareDetail>

This returns the price detail applicable to flights & passenger respectively applicable to this OfferItem along with the fare component.

O

<FarePriceType>

Price returned per passenger type with the total price, fare and total tax

M

<FarePriceTypeCode>

Indicates if the fare price provided is a sell amount.

M

<Price>

The amount of money expected, required, or given in payment for something

M

<TotalAmount>

Total Applied Fare per passenger type for the offer in POS currency

O

<BaseAmount>

Total Base fare per passenger type for the itinerary  in fare defined currency

O

CurCode (Attribute)

Currency Code

Example: GBP

O

<Discount>

Deduction from the price amount.

O

<DiscountAmount>

Total Discount amount applied to a price.

O

<Surcharges>

Total surcharge per passenger type

O

<TotalAmount>

Total amount of the OfferItem associated to the passenger.

O

CurCode (Attribute)

Currency Code

Example: GBP

O

<TaxSummary>

Total tax per passenger

O

<TotalTaxAmount>

Total of all applicable tax amounts included in the price. If tax breakdowns are provided, this amount should match the sum of the tax breakdown amounts.

O

CurCode (Attribute)

Currency Code

Example: GBP

O

<FareComponent>

This will repeat for each Origin and Destination. This will have Total Amount, Base Amount, surcharges & its breakdown, taxes & its breakdown.

O

<CabinType>

Type of compartment of an aircraft, offering specific services (e.g. business class, economy).

O

<CabinTypeCode> 

Cabin Type Code as defined by PADIS codeset (e.g. 1, 2, 3, etc.) 

O

<CabinTypeName> 

Name given to a cabin compartment (e.g. Business, First, Economy).

O

<FareBasisCode>

This will have fare basis code.

O

<FareTypeCode> 

Fare Amount Type Code, ex: ADC (Additional Charge), IT (Tour Inclusive), NOADC (No additional charge).

O

<PaxSegmentRefID>

This returns references to all the segments applicable

O

<Price>

The amount of money expected, required, or given in payment for something.

O

<BaseAmount>

 Base Fare Amount in point of origin currency

O

<Discount>

Deduction from the price amount

O

<DiscountAmount>

Discount amount applied to a price.

O

<Surcharge>

Amount added on to a usual charge for a specific product, purpose, or service.

O

<Breakdown>

Amount added on to a charge for a specific product, purpose, or service .

O

<Amount>

Surcharge amount

O

<DesigText>

Surcharge code

O

<DescText>

Fee/ surcharge Description. Example: U.S Customs User Fee

<TotalAmount>

It is sum of Surcharge amounts.

O

<TaxSummary>

Tax summary information.

O

<Tax>

Tax breakdown details

O

<Amount>

Tax Amount

M

<TaxCode>

IATA tax code

O

<TaxName>

The name given to describe the tax

O

<TotalTaxAmount>

Total of all applicable tax amounts included in the price. If tax breakdowns are provided, this amount should match the sum of the tax breakdown amounts.

O

<RBD>

Reservation Booking Designator. A categorization used to facilitate access to inventory, application of filed fares, and to identify cabin entitlement. 

O

<RBD_Code>

Code used to identify a particular RBD (e.g. P, J, W, M, etc.).

O

<TicketDesigCode> 

The Fare Basis Code Designator shall be placed within this element and removed from the Fare Basis Code element. For example, if the Airline has a fare basis code with a designator like 'JFBC/WO'. The Fare basis Code element should contain 'JFBC' and this element should contain'WO'. 

O