Book

Book

The booking of a basic service with a set of ancillary services from the supplier.

  • ID - unique ID of this booking. Data type - long.
  • OwnerID - owner's booking ID in the system. Data type - int32.
  • DateInfo - information about the time of various events from this booking. Data type - DateInfo.
  • PossibleActions - list of valid actions with this booking. Data type - PossibleActions.
  • Travelers - list of travelers for whom this booking was created. Data type - Traveller array.
  • Services - list of basic services reserved within this booking. Data type - Service array .
  • AncillaryServices - list of supplier's ancillary services reserved within this booking. Data type - Service array.
  • ProcessingServices - list of processing services. Data type - ProcessingService array.
  • Price - booking price. Data type - Price.
  • DataItems - content of the booking. Data type - DataItem.

Sample

            <a:ResponseBody xmlns:b="http://ws.travel/STL">
               <a:ID>1000000</a:ID>
               <b:OwnerID>11111</b:OwnerID>
               <b:DateInfo>
                  <a:Created>2025-01-14 12:21:00 +03:00</a:Created>
                  <a:LastUpdate>2025-01-14 12:21:55 +03:00</a:LastUpdate>
               </b:DateInfo>
               <b:PossibleActions>
                  <a:Action>Get</a:Action>
                  <a:Action>Update</a:Action>
                  <a:Action>GetHistory</a:Action>
                  <a:Action>GetEDData</a:Action>
                  <a:Action>Ticket</a:Action>
                  <a:Action>Modify</a:Action>
                  <a:Action>Cancel</a:Action>
                  <a:Action>AdditionalOperations</a:Action>
                  <a:Action>GetPNRTerminalView</a:Action>
               </b:PossibleActions>
               <b:Travellers>
                  <a:Traveller>
                     <a:ID>1</a:ID>
                     <a:IDInPNR>12</a:IDInPNR>
                     <a:Type>ADT</a:Type>
                     <a:NamePrefix>MR</a:NamePrefix>
                     <a:Name>SEBASTIAN</a:Name>
                     <a:LastName>VETTEL</a:LastName>
                     <a:DateOfBirth>11.02.1994</a:DateOfBirth>
                     <a:Nationality>DE</a:Nationality>
                     <a:Gender>M</a:Gender>
                  </a:Traveller>
               </b:Travellers>
               <b:Services>
                  <a:Service i:type="a:FlightService">
                     <a:ID>0</a:ID>
                     <a:SupplierID>ABCDEF</a:SupplierID>
                     <a:Status>Booked</a:Status>
                     <a:Type>Regular</a:Type>
                     <a:DirectionType>OW</a:DirectionType>
                     <a:Segments>
                        <a:FlightSegment>
                           <a:ID>0</a:ID>
                           <a:IDInPNR>12</a:IDInPNR>
                           <a:DepatureAirport>
                              <a:Code>CDG</a:Code>
                              <a:SubPointCode>2F</a:SubPointCode>
                              <a:CityCode>PAR</a:CityCode>
                              <a:UTC>1</a:UTC>
                           </a:DepatureAirport>
                           <a:ArrivalAirport>
                              <a:Code>BCN</a:Code>
                              <a:SubPointCode>1</a:SubPointCode>
                              <a:CityCode>BCN</a:CityCode>
                              <a:UTC>1</a:UTC>
                           </a:ArrivalAirport>
                           <a:DepatureDateTime>2025-01-27T12:00:00</a:DepatureDateTime>
                           <a:ArrivalDateTime>2025-01-27T12:30:00</a:ArrivalDateTime>
                           <a:FlightTime>30</a:FlightTime>
                           <a:FlightNumber>603</a:FlightNumber>
                           <a:AircraftType>321</a:AircraftType>
                           <a:OperatingAirline>AY</a:OperatingAirline>
                           <a:MarketingAirline>AY</a:MarketingAirline>
                           <a:ETicket>true</a:ETicket>
                           <a:BookingClassCode>E</a:BookingClassCode>
                           <a:Status>Confirmed</a:Status>
                           <a:StatusCode>HK</a:StatusCode>
                           <a:RequestedSegment>0</a:RequestedSegment>
                           <a:OperatingFlightNumber>603</a:OperatingFlightNumber>
                           <a:CabinLayout>C12Y120</a:CabinLayout>
                        </a:FlightSegment>
                     </a:Segments>
                     <a:GroupOrder>false</a:GroupOrder>
                     <a:BusinessRules/>
                  </a:Service>
               </b:Services>
               <b:Price>
                  <a:TotalPrice>
                     <a:Amount>1461.55</a:Amount>
                     <a:Currency>EUR</a:Currency>
                  </a:TotalPrice>
                  <a:ExpectedTicketCount>1</a:ExpectedTicketCount>
                  <a:PriceBreakdown>
                     <a:PricePart>
                        <a:ServiceRef>
                           <a:Ref>0</a:Ref>
                        </a:ServiceRef>
                        <a:SegmentRef>
                           <a:Ref>0</a:Ref>
                        </a:SegmentRef>
                        <a:TotalPrice>
                           <a:Amount>1461.55</a:Amount>
                           <a:Currency>EUR</a:Currency>
                        </a:TotalPrice>
                        <a:ValidatingCompany>AY</a:ValidatingCompany>
                        <a:Refundable>Refundable</a:Refundable>
                        <a:PassengerTypePriceBreakdown>
                           <a:PassengerTypePrice>
                              <a:TravellerRef>
                                 <a:Ref>1</a:Ref>
                              </a:TravellerRef>
                              <a:PricingType>ADT</a:PricingType>
                              <a:BaseFare>
                                 <a:Amount>183</a:Amount>
                                 <a:Currency>EUR</a:Currency>
                              </a:BaseFare>
                              <a:EquiveFare>
                                 <a:Amount>183</a:Amount>
                                 <a:Currency>EUR</a:Currency>
                              </a:EquiveFare>
                              <a:TotalFare>
                                 <a:Amount>1461.55</a:Amount>
                                 <a:Currency>EUR</a:Currency>
                              </a:TotalFare>
                              <a:Taxes>
                                 <a:Tax>
                                    <a:Amount>1278.55</a:Amount>
                                    <a:Currency>EUR</a:Currency>
                                    <a:TaxCode>YQ</a:TaxCode>
                                    <a:Type>aircompany</a:Type>
                                    <a:AgencyAmount>4738</a:AgencyAmount>
                                 </a:Tax>
                              </a:Taxes>
                              <a:Tariffs>
                                 <a:Tariff i:type="a:AirTariff">
                                    <a:Code>ELTOW</a:Code>
                                    <a:Type>Public</a:Type>
                                    <a:ClassOfService>Economy</a:ClassOfService>
                                    <a:BookingClassCode>E</a:BookingClassCode>
                                    <a:SegmentID>0</a:SegmentID>
                                    <a:FreeBaggage>
                                       <a:Value>1</a:Value>
                                       <a:Measure>Pieces</a:Measure>
                                    </a:FreeBaggage>
                                    <a:FareFamilyDescID>440</a:FareFamilyDescID>
                                    <a:FareFamilyCode>LIGHT</a:FareFamilyCode>
                                    <a:Cabin>Economy</a:Cabin>
                                    <a:BaggageDetailsList>
                                       <Baggage>
                                          <a:Type>CheckedBaggage</a:Type>
                                          <a:Count>1</a:Count>
                                          <a:Weight i:nil="true"/>
                                          <a:WeightUnit i:nil="true"/>
                                          <a:Size i:nil="true"/>
                                       </Baggage>
                                    </a:BaggageDetailsList>
                                 </a:Tariff>
                              </a:Tariffs>
                           </a:PassengerTypePrice>
                        </a:PassengerTypePriceBreakdown>
                     </a:PricePart>
                  </a:PriceBreakdown>
                  <a:FareFamiliesDescriptions>
                     <a:Description>
                        <a:ID>440</a:ID>
                        <a:Name>LIGHT</a:Name>
                        <a:UniversalParameters>
                           <a:FareFamilyParameter>
                              <a:Code>baggage</a:Code>
                              <a:ShortDescription>
                                 <a:LangItem>
                                    <a:Code>EN</a:Code>
                                    <a:Value>Luggage - not included in the fare</a:Value>
                                 </a:LangItem>
                              </a:ShortDescription>
                              <a:FullDescription>
                                 <a:LangItem>
                                    <a:Code>EN</a:Code>
                                    <a:Value>Luggage is not included. You can buy extra baggage as an additional service.</a:Value>
                                 </a:LangItem>
                              </a:FullDescription>
                              <a:NeedToPay>NotAvailable</a:NeedToPay>
                              <a:Priority>2</a:Priority>
                           </a:FareFamilyParameter>
                        </a:UniversalParameters>
                     </a:Description>
                  </a:FareFamiliesDescriptions>
                  <a:SubsidiesInformation/>
               </b:Price>
               <b:DataItems>
                  <a:DataItem>
                     <a:ID>0</a:ID>
                     <a:Type>SourceInfo</a:Type>
                     <a:SourceInfo>
                        <a:ID>-10000</a:ID>
                        <a:BookingSupplierAgencyID>1111</a:BookingSupplierAgencyID>
                        <a:TicketingSupplierAgencyID>1111</a:TicketingSupplierAgencyID>
                        <a:Supplier>Sabre</a:Supplier>
                        <a:Environment>CERT</a:Environment>
                        <a:RequisitesTimeZoneId>UTC</a:RequisitesTimeZoneId>
                     </a:SourceInfo>
                  </a:DataItem>
                  <a:DataItem>
                     <a:ID>1</a:ID>
                     <a:ServiceRef>
                        <a:Ref>0</a:Ref>
                     </a:ServiceRef>
                     <a:Type>TL</a:Type>
                     <a:TimeLimits>
                        <a:EffectiveTimeLimit>2025-01-15 23:59:00 +00:00</a:EffectiveTimeLimit>
                        <a:PriceTimeLimit>2025-01-15 23:59:00 +00:00</a:PriceTimeLimit>
                        <a:AgencyTimeLimit>2025-01-14 16:21:00 +00:00</a:AgencyTimeLimit>
                        <a:TicketingTimeLimit>2025-01-15 23:59:00 +00:00</a:TicketingTimeLimit>
                     </a:TimeLimits>
                  </a:DataItem>
                  <a:DataItem>
                     <a:ID>2</a:ID>
                     <a:Type>ValidatingCompany</a:Type>
                     <a:ValidatingCompany>
                        <a:Code>AY</a:Code>
                     </a:ValidatingCompany>
                  </a:DataItem>
                  <a:DataItem>
                     <a:ID>4</a:ID>
                     <a:TravellerRef>
                        <a:Ref>1</a:Ref>
                     </a:TravellerRef>
                     <a:ServiceRef>
                        <a:Ref>0</a:Ref>
                     </a:ServiceRef>
                     <a:Type>FOP</a:Type>
                     <a:PNRFOP>
                        <a:FOPs>
                           <a:FOP>
                              <a:Type>CA</a:Type>
                           </a:FOP>
                        </a:FOPs>
                     </a:PNRFOP>
                  </a:DataItem>
                  <a:DataItem>
                     <a:ID>1867779901</a:ID>
                     <a:TravellerRef>
                        <a:Ref>1</a:Ref>
                     </a:TravellerRef>
                     <a:Type>IDDocument</a:Type>
                     <a:Document>
                        <a:Type>InternationalPassport</a:Type>
                        <a:Number>C8W83AAA1</a:Number>
                        <a:IssueCountryCode>DE</a:IssueCountryCode>
                        <a:ElapsedTime>03.03.2032</a:ElapsedTime>
                     </a:Document>
                  </a:DataItem>
                  <a:DataItem>
                     <a:ID>6</a:ID>
                     <a:TravellerRef>
                        <a:Ref>1</a:Ref>
                     </a:TravellerRef>
                     <a:Type>ContactInfo</a:Type>
                     <a:ContactInfo>
                        <a:EmailID>[email protected]</a:EmailID>
                        <a:Telephone>
                           <a:Type>M</a:Type>
                           <a:PhoneNumber>4915903711111</a:PhoneNumber>
                        </a:Telephone>
                     </a:ContactInfo>
                  </a:DataItem>
                  <a:DataItem>
                     <a:ID>10</a:ID>
                     <a:Type>BookingContextParameters</a:Type>
                     <a:BookingContextParameters>
                        <b:VoluntaryRefundInd i:nil="true"/>
                        <b:InvoluntaryRefundInd i:nil="true"/>
                        <b:VoluntaryExchangeInd i:nil="true"/>
                        <b:InvoluntaryExchangeInd i:nil="true"/>
                        <b:MandatoryLatinNamesInd>true</b:MandatoryLatinNamesInd>
                     </a:BookingContextParameters>
                  </a:DataItem>
               </b:DataItems>
            </a:ResponseBody>