5.1. HOTEL DESCRIPTIVE INFO REQUEST

5.1. HOTEL DESCRIPTIVE INFO REQUEST

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

Element

Attribute

Type

Description

Min…Max occurs

 

PrimaryLangID

 

For more information see Common Data Description section in Glossary.

0...1

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

 

<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>
<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>