Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Current »

Hotel Descriptive Info Request is used to get full descriptive information about the hotel including a hotel's address, hotel’s text description, images, contact information, amenities etc. provided by supplier.

OTA_HotelDescriptiveInfoRQ*:

Element

Attribute

Type

Description

Min…Max occurs

PrimaryLangID

For more information see Common Data Description section in Glossary.

HotelDescriptiveInfos/ HotelDescriptiveInfo

Contains info about hotel requested. Several hotels can be requested here.

1...*

HotelCodeContext*

string

Specifies the context the HotelCityCode and HotelCode should be taken from (supplier code).

1...1

HotelCityCode*

string

Supplier city code.

1...1

HotelCode*

string

Supplier hotel code.

1...1

 Hotel Descriptive Info Request Sample XML
<OTA_HotelDescriptiveInfoRQ EchoToken="tok1" PrimaryLangID="en" Version="2">
   <POS>
      <Source>
         <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
         <BookingChannel Type="7" PriceDomain="1"/>
      </Source>
   </POS>
   <HotelDescriptiveInfos>
      <HotelDescriptiveInfo HotelCityCode="DAN" HotelCode="DAN114" HotelCodeContext="supplierCode"/>
   </HotelDescriptiveInfos>
</OTA_HotelDescriptiveInfoRQ>
 Hotel Descriptive Info Request for several hotels Sample XML
<OTA_HotelDescriptiveInfoRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="tok1" PrimaryLangID="en" Version="2">
  <POS>
    <Source>
      <RequestorID ID="cla" MessagePassword="pwa" Type="22"/>
      <BookingChannel PriceDomain="1" Type="7"/>
    </Source>
  </POS>
  <HotelDescriptiveInfos>
    <HotelDescriptiveInfo HotelCityCode="1" HotelCode="75" HotelCodeContext="bronevik"/>
    <HotelDescriptiveInfo HotelCityCode="1" HotelCode="2707" HotelCodeContext="bronevik"/>
  </HotelDescriptiveInfos>
</OTA_HotelDescriptiveInfoRQ>
  • No labels