IATA_OrderViewRS

Introduction

The message IATA_OrderViewRS is the default response to all Order related operations. It contains the complete Order with all included items and information.

General Usage

IATA_OrderViewRS will be returned as a response for the following requests:

In the most cases it shows an exact display of the Order in the airline management system and represents what is currently booked.

An exception would be the change-inquiry. In this case, the IATA_OrderViewRS shows the “would-be”-state of the Order and will contain a warning message, which indicates, that the changes have not yet been completed.

The IATA_OrderViewRS also contains a status-code, that shows the current state of the Order.

IATA distinguishes between three different Order status codes (e.g. IATA_OrderViewRS “StatusCode”):

  • OPENED: Order is in status “OK”

  • CLOSED: Order is in status “CANCELLED”

  • FROZEN: Defined by IATA, but not used by the API

Sample

IATA_OrderViewRS

Show/Hide Response

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<IATA_OrderViewRS
   xmlns="http://www.iata.org/IATA/2015/00/2019.2/IATA_OrderViewRS">
   <Response>
      <DataLists>
         <BaggageAllowanceList>
            <BaggageAllowance>
               <BaggageAllowanceID>BA1</BaggageAllowanceID>
               <PieceAllowance>
                  <ApplicablePartyText>Adult</ApplicablePartyText>
                  <Desc>8kg carry on baggage included</Desc>
                  <PieceDimensionAllowance>
                     <BaggageDimensionCategory>LENGTH</BaggageDimensionCategory>
                     <MaxMeasure UnitCode="MILLIMETER">55</MaxMeasure>
                  </PieceDimensionAllowance>
                  <PieceDimensionAllowance>
                     <BaggageDimensionCategory>HEIGHT</BaggageDimensionCategory>
                     <MaxMeasure UnitCode="MILLIMETER">20</MaxMeasure>
                  </PieceDimensionAllowance>
                  <PieceDimensionAllowance>
                     <BaggageDimensionCategory>WIDTH</BaggageDimensionCategory>
                     <MaxMeasure UnitCode="MILLIMETER">40</MaxMeasure>
                  </PieceDimensionAllowance>
                  <TotalQty>1</TotalQty>
               </PieceAllowance>
               <TypeCode>CarryOn</TypeCode>
               <WeightAllowance>
                  <ApplicablePartyText>Adult</ApplicablePartyText>
                  <MaximumWeightMeasure UnitCode="KG">8</MaximumWeightMeasure>
               </WeightAllowance>
            </BaggageAllowance>
            <BaggageAllowance>
               <BaggageAllowanceID>BA2</BaggageAllowanceID>
               <TypeCode>Checked</TypeCode>
               <WeightAllowance>
                  <ApplicablePartyText>Adult</ApplicablePartyText>
                  <DescText>20kg checked baggage included</DescText>
                  <MaximumWeightMeasure UnitCode="KG">20</MaximumWeightMeasure>
               </WeightAllowance>
            </BaggageAllowance>
         </BaggageAllowanceList>
         <ContactInfoList>
            <ContactInfo>
               <ContactInfoID>C1</ContactInfoID>
               <ContactPurposeText>Primary</ContactPurposeText>
               <EmailAddress>
                  <EmailAddressText>email@domain.com</EmailAddressText>
               </EmailAddress>
               <Individual>
                  <GivenName>JOHN</GivenName>
                  <IndividualID>IN1</IndividualID>
                  <Surname>DOE</Surname>
               </Individual>
               <Phone>
                  <CountryDialingCode>+49</CountryDialingCode>
                  <PhoneNumber>11111111</PhoneNumber>
               </Phone>
               <PostalAddress>
                  <CityName>CITY</CityName>
                  <PostalCode>12345</PostalCode>
                  <StreetText>STREET 1</StreetText>
               </PostalAddress>
            </ContactInfo>
            <ContactInfo>
               <ContactInfoID>C2</ContactInfoID>
               <ContactPurposeText>Agency</ContactPurposeText>
               <Individual>
                  <IndividualID>IN1</IndividualID>
                  <Surname>CONDOR FLUGDIENST GMBH</Surname>
               </Individual>
               <Phone>
                  <PhoneNumber>01803400290</PhoneNumber>
               </Phone>
               <PostalAddress>
                  <CityName>OBERURSEL</CityName>
                  <CountryCode>DE</CountryCode>
                  <PostalCode>61440</PostalCode>
                  <StreetText>THOMAS-COOK-PLATZ 1</StreetText>
               </PostalAddress>
            </ContactInfo>
         </ContactInfoList>
         <DisclosureList>
            <Disclosure>
               <Desc>
                  <DescText>Online Check-In is free of charge</DescText>
               </Desc>
               <DisclosureID>online_check-in</DisclosureID>
            </Disclosure>
            <Disclosure>
               <Desc>
                  <DescText>Airport Check-In and Check-In kiosks are free of charge.</DescText>
               </Desc>
               <DisclosureID>airport_check-in</DisclosureID>
            </Disclosure>
            <Disclosure>
               <Desc>
                  <DescText>Until 29 days before scheduled departure an optional booking is possible to be hold for 3 workdays. From 28 days before scheduled departure an optional booking is possible to be hold for 1 day. From 4 days before scheduled departure an option booking is not possible anymore.</DescText>
               </Desc>
               <DisclosureID>option_bookings</DisclosureID>
            </Disclosure>
            <Disclosure>
               <Desc>
                  <DescText>Meals and beverages are not included.</DescText>
               </Desc>
               <DisclosureID>meals_and_beverages</DisclosureID>
            </Disclosure>
            <Disclosure>
               <Desc>
                  <DescText>Fees are applicable for seat reservation until 24 h before scheduled departure. </DescText>
               </Desc>
               <DisclosureID>seat_reservation</DisclosureID>
            </Disclosure>
            <Disclosure>
               <Desc>
                  <DescText>You'll receive 125 Miles per flight leg.</DescText>
               </Desc>
               <DisclosureID>miles_and_more</DisclosureID>
            </Disclosure>
            <Disclosure>
               <Desc>
                  <DescText>Priority baggage, security check and boarding is not included. </DescText>
               </Desc>
               <DisclosureID>priority_package</DisclosureID>
            </Disclosure>
            <Disclosure>
               <Desc>
                  <DescText>Ejournals and magazines are not included.</DescText>
               </Desc>
               <DisclosureID>ejournals_magazines</DisclosureID>
            </Disclosure>
            <Disclosure>
               <Desc>
                  <DescText>No additional services included. </DescText>
               </Desc>
               <DisclosureID>additional_services</DisclosureID>
            </Disclosure>
         </DisclosureList>
         <OriginDestList>
            <OriginDest>
               <DestCode>TFS</DestCode>
               <OriginCode>FRA</OriginCode>
               <OriginDestID>OD1</OriginDestID>
               <PaxJourneyRefID>FL1</PaxJourneyRefID>
            </OriginDest>
         </OriginDestList>
         <PaxJourneyList>
            <PaxJourney>
               <Duration>P0Y0M0DT4H45M0.000S</Duration>
               <PaxJourneyID>FL1</PaxJourneyID>
               <PaxSegmentRefID>SEG1</PaxSegmentRefID>
            </PaxJourney>
         </PaxJourneyList>
         <PaxList>
            <Pax>
               <Individual>
                  <GenderCode>M</GenderCode>
                  <GivenName>TEST</GivenName>
                  <IndividualID>IN1</IndividualID>
                  <Surname>TESTER</Surname>
               </Individual>
               <PaxID>PX1</PaxID>
               <PTC>ADT</PTC>
            </Pax>
         </PaxList>
         <PaxSegmentList>
            <PaxSegment>
               <Arrival>
                  <AircraftScheduledDateTime>2020-05-13T16:05:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>TFS</IATA_LocationCode>
               </Arrival>
               <DatedOperatingLeg>
                  <Arrival>
                     <AircraftScheduledDateTime>2020-05-13T16:05:00</AircraftScheduledDateTime>
                     <IATA_LocationCode>TFS</IATA_LocationCode>
                  </Arrival>
                  <CarrierAircraftType/>
                  <DatedOperatingLegID>DOL1</DatedOperatingLegID>
                  <Dep>
                     <AircraftScheduledDateTime>2020-05-13T12:20:00</AircraftScheduledDateTime>
                     <IATA_LocationCode>FRA</IATA_LocationCode>
                  </Dep>
               </DatedOperatingLeg>
               <Dep>
                  <AircraftScheduledDateTime>2020-05-13T12:20:00</AircraftScheduledDateTime>
                  <IATA_LocationCode>FRA</IATA_LocationCode>
               </Dep>
               <Duration>P0Y0M0DT4H45M0.000S</Duration>
               <MarketingCarrierInfo>
                  <CarrierDesigCode>ZZ</CarrierDesigCode>
                  <MarketingCarrierFlightNumberText>1478</MarketingCarrierFlightNumberText>
               </MarketingCarrierInfo>
               <MarketingCarrierRBD_Code>Y</MarketingCarrierRBD_Code>
               <PaxSegmentID>SEG1</PaxSegmentID>
            </PaxSegment>
         </PaxSegmentList>
         <PenaltyList>
            <Penalty>
               <DescText>The rebooking fees per person and flight are 75? on medium haul. The stated fees apply to each booking modification. They are restricted to the same flight zone and can be made until 24 hours before departure. If the fare for the new flight is higher, the fare difference must be paid. </DescText>
               <PenaltyID>rebooking/change_booking</PenaltyID>
            </Penalty>
            <Penalty>
               <DescText>In the case of cancellation or no-show, it is not possible to refund the air fare.</DescText>
               <PenaltyID>cancellation</PenaltyID>
            </Penalty>
            <Penalty>
               <DescText>No changes can be made.</DescText>
               <PenaltyID>name_change</PenaltyID>
            </Penalty>
            <Penalty>
               <DescText>Name correction is free of charge.</DescText>
               <PenaltyID>name_correction</PenaltyID>
            </Penalty>
         </PenaltyList>
         <PriceClassList>
            <PriceClass>
               <CabinType>
                  <CabinTypeCode>Y</CabinTypeCode>
                  <CabinTypeName>ECONOMY</CabinTypeName>
               </CabinType>
               <FareBasisCode>SPO</FareBasisCode>
               <Name>SPO</Name>
               <PriceClassID>PC1</PriceClassID>
            </PriceClass>
         </PriceClassList>
         <ServiceDefinitionList>
            <ServiceDefinition>
               <Desc>
                  <DescText>BaggageAllowance CarryOn Bags</DescText>
               </Desc>
               <Name>BaggageAllowanceCarry</Name>
               <ServiceDefinitionAssociation>
                  <BaggageAllowanceRefID>BA1</BaggageAllowanceRefID>
               </ServiceDefinitionAssociation>
               <ServiceDefinitionID>SVD1</ServiceDefinitionID>
            </ServiceDefinition>
            <ServiceDefinition>
               <Desc>
                  <DescText>BaggageAllowance Checked Bags</DescText>
               </Desc>
               <Name>BaggageAllowanceChecked</Name>
               <ServiceDefinitionAssociation>
                  <BaggageAllowanceRefID>BA2</BaggageAllowanceRefID>
               </ServiceDefinitionAssociation>
               <ServiceDefinitionID>SVD2</ServiceDefinitionID>
            </ServiceDefinition>
         </ServiceDefinitionList>
      </DataLists>
      <Order>
         <BookingRef>
            <BookingEntity>
               <Org>
                  <Name>ALT</Name>
                  <OrgID>ALT</OrgID>
               </Org>
            </BookingEntity>
            <BookingID>NN7Y5H</BookingID>
         </BookingRef>
         <OrderID>1234567</OrderID>
         <OrderItem>
            <FareDetail>
               <FareComponent>
                  <CabinType>
                     <CabinTypeCode>Y</CabinTypeCode>
                     <CabinTypeName>ECONOMY</CabinTypeName>
                  </CabinType>
                  <FareBasisCode>SPO</FareBasisCode>
                  <FareRule>
                     <PenaltyRefID>rebooking/change_booking</PenaltyRefID>
                     <PenaltyRefID>cancellation</PenaltyRefID>
                     <PenaltyRefID>name_change</PenaltyRefID>
                     <PenaltyRefID>name_correction</PenaltyRefID>
                  </FareRule>
                  <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                  <PriceClassRefID>PC1</PriceClassRefID>
               </FareComponent>
               <FarePriceType>
                  <FarePriceTypeCode>NET FARE</FarePriceTypeCode>
                  <Price>
                     <BaseAmount>80.42</BaseAmount>
                     <TaxSummary>
                        <Tax>
                           <Amount CurCode="EUR">9.95</Amount>
                           <DescText>DE</DescText>
                           <TaxCode>TAX</TaxCode>
                        </Tax>
                        <Tax>
                           <Amount CurCode="EUR">13.03</Amount>
                           <DescText>OY</DescText>
                           <TaxCode>TAX</TaxCode>
                        </Tax>
                        <Tax>
                           <Amount CurCode="EUR">26.59</Amount>
                           <DescText>RA</DescText>
                           <TaxCode>TAX</TaxCode>
                        </Tax>
                        <TotalTaxAmount CurCode="EUR">49.57</TotalTaxAmount>
                     </TaxSummary>
                     <TotalAmount CurCode="EUR">129.99</TotalAmount>
                  </Price>
               </FarePriceType>
               <PaxRefID>PX1</PaxRefID>
            </FareDetail>
            <OrderItemID>OI97243611</OrderItemID>
            <Price>
               <BaseAmount CurCode="EUR">80.42</BaseAmount>
               <TaxSummary/>
               <TotalAmount CurCode="EUR">129.99</TotalAmount>
            </Price>
            <Service>
               <PaxRefID>PX1</PaxRefID>
               <ServiceAssociations>
                  <PaxSegmentRefID>SEG1</PaxSegmentRefID>
               </ServiceAssociations>
               <ServiceID>SV11</ServiceID>
            </Service>
            <Service>
               <PaxRefID>PX1</PaxRefID>
               <ServiceAssociations>
                  <ServiceDefinitionRef>
                     <FlightAssociations>
                        <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                     </FlightAssociations>
                     <ServiceDefinitionRefID>SVD1</ServiceDefinitionRefID>
                  </ServiceDefinitionRef>
               </ServiceAssociations>
               <ServiceID>SV2</ServiceID>
            </Service>
            <Service>
               <PaxRefID>PX1</PaxRefID>
               <ServiceAssociations>
                  <ServiceDefinitionRef>
                     <FlightAssociations>
                        <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                     </FlightAssociations>
                     <ServiceDefinitionRefID>SVD2</ServiceDefinitionRefID>
                  </ServiceDefinitionRef>
               </ServiceAssociations>
               <ServiceID>SV3</ServiceID>
            </Service>
         </OrderItem>
         <OwnerCode>ZZ</OwnerCode>
         <StatusCode>OPENED</StatusCode>
         <TotalPrice>
            <BaseAmount CurCode="EUR">129.99</BaseAmount>
            <TaxSummary>
               <Tax>
                  <Amount CurCode="EUR">9.95</Amount>
                  <DescText>DE</DescText>
                  <TaxCode>TAX</TaxCode>
               </Tax>
               <Tax>
                  <Amount CurCode="EUR">13.03</Amount>
                  <DescText>OY</DescText>
                  <TaxCode>TAX</TaxCode>
               </Tax>
               <Tax>
                  <Amount CurCode="EUR">26.59</Amount>
                  <DescText>RA</DescText>
                  <TaxCode>TAX</TaxCode>
               </Tax>
               <TotalTaxAmount CurCode="EUR">49.57</TotalTaxAmount>
            </TaxSummary>
            <TotalAmount CurCode="EUR">179.56</TotalAmount>
         </TotalPrice>
      </Order>
   </Response>
   <PayloadAttributes>
      <Timestamp TimeZoneCode="UTC">2020-04-07T06:50:29.855</Timestamp>
      <VersionNumber>19.2</VersionNumber>
   </PayloadAttributes>
</IATA_OrderViewRS>