Hotel Search

Download all samples

Copy
Hotel Search
Hotel Search-Request
******************************************************************** 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <hot:HotelSearchAvailabilityReq AuthorizedBy="TEST" TargetBranch="TPKIKSBUT" TraceId="PP_1P_001" xmlns:hot="http://www.travelport.com/schema/hotel_v50_0" xmlns:com="http://www.travelport.com/schema/common_v50_0">
         <com:BillingPointOfSaleInfo OriginApplication="UAPI"/>
         <hot:HotelSearchLocation>
            <hot:HotelLocation Location="LHR"/>
         </hot:HotelSearchLocation>
         <hot:HotelSearchModifiers NumberOfAdults="2" NumberOfRooms="1" AvailableHotelsOnly="true" ReturnAmenities="false">
            <hot:PermittedChains>
               <hot:HotelChain Code="LC"/>
            </hot:PermittedChains>
            <com:PermittedProviders>
               <com:Provider Code="1P"/>
            </com:PermittedProviders>
         </hot:HotelSearchModifiers>
         <hot:HotelStay>
            <hot:CheckinDate>2023-04-17</hot:CheckinDate>
            <hot:CheckoutDate>2023-05-02</hot:CheckoutDate>
         </hot:HotelStay>
      </hot:HotelSearchAvailabilityReq>
   </soapenv:Body>
</soapenv:Envelope>

Hotel Search-Response
******************************************************************** 
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP:Body>
      <hotel:HotelSearchAvailabilityRsp TraceId="PP_1P_001" TransactionId="5A5382220A0D6A95679A88DF853C28EC" ResponseTime="955" xmlns:hotel="http://www.travelport.com/schema/hotel_v50_0" xmlns:common_v50_0="http://www.travelport.com/schema/common_v50_0">
         <hotel:ReferencePoint Country="GB">LONDON</hotel:ReferencePoint>
         <hotel:HotelSearchResult>
            <common_v50_0:VendorLocation ProviderCode="1P" VendorCode="LC" VendorLocationID="4755" Key="NQzP8YVqWDKAJDP/cAAAAA=="/>
            <hotel:HotelProperty HotelChain="LC" HotelCode="4755" Name="THE WELLESLEY KNIGHTSBRIDGE" VendorLocationKey="NQzP8YVqWDKAJDP/cAAAAA==" Availability="Available">
               <hotel:PropertyAddress>
                  <hotel:Address>11 KNIGHTSBRIDGE</hotel:Address>
                  <hotel:Address>LONDON ENG SW1X 7LY</hotel:Address>
               </hotel:PropertyAddress>
               <common_v50_0:PhoneNumber Type="Business" Number="44 20 72353535"/>
               <common_v50_0:Distance Units="MI" Value="1" Direction="W"/>
            </hotel:HotelProperty>
            <hotel:RateInfo ApproximateMinimumAmount="USD793.52" ApproximateMaximumAmount="USD1877.54"/>
            <hotel:HotelType SourceLink="true"/>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v50_0:VendorLocation ProviderCode="1P" VendorCode="LC" VendorLocationID="412" Key="NQzP8YVqWDKAKDP/cAAAAA=="/>
            <hotel:HotelProperty HotelChain="LC" HotelCode="412" Name="THE PARK TOWER KNIGHTSBRIDGE" VendorLocationKey="NQzP8YVqWDKAKDP/cAAAAA==" Availability="Available">
               <hotel:PropertyAddress>
                  <hotel:Address>101 KNIGHTSBRIDGE</hotel:Address>
                  <hotel:Address>LONDON ENG SW1X 7RN</hotel:Address>
               </hotel:PropertyAddress>
               <common_v50_0:PhoneNumber Type="Fax" Number="44 20 72358231"/>
               <common_v50_0:PhoneNumber Type="Business" Number="44 20 72358050"/>
               <common_v50_0:Distance Units="MI" Value="2" Direction="W"/>
            </hotel:HotelProperty>
            <hotel:RateInfo ApproximateMinimumAmount="USD464.80" ApproximateMaximumAmount="USD5620.40"/>
            <hotel:HotelType SourceLink="true"/>
         </hotel:HotelSearchResult>
         <hotel:HotelSearchResult>
            <common_v50_0:VendorLocation ProviderCode="1P" VendorCode="LC" VendorLocationID="4820" Key="NQzP8YVqWDKALDP/cAAAAA=="/>
            <hotel:HotelProperty HotelChain="LC" HotelCode="4820" Name="THE LANGLEY BUCKINGHAMSHIRE" VendorLocationKey="NQzP8YVqWDKALDP/cAAAAA==" Availability="Available">
               <hotel:PropertyAddress>
                  <hotel:Address>AVENUE DRIVE UXBRIDGE ROAD</hotel:Address>
                  <hotel:Address>IVER ENG SL3 6DU</hotel:Address>
               </hotel:PropertyAddress>
               <common_v50_0:PhoneNumber Type="Business" Number="44 207 236 3636"/>
               <common_v50_0:Distance Units="MI" Value="19" Direction="W"/>
            </hotel:HotelProperty>
            <hotel:RateInfo ApproximateMinimumAmount="USD642.16" ApproximateMaximumAmount="USD1816.39"/>
            <hotel:HotelType SourceLink="true"/>
         </hotel:HotelSearchResult>
      </hotel:HotelSearchAvailabilityRsp>
   </SOAP:Body>
</SOAP:Envelope>