Sample Available Keywords

This sample returns a list of available keywords, which can be used for a keyword hotel description request. These keywords can then be used for a Keyword Description request.

Note: There are two types of keywords for hotel description: vendor keywords, which relate to a specific hotel chain, and property keywords, which relate to a specific hotel location. Property keywords are supported in the Hotel Image Service because images are requested by property numbers. Hotel descriptions requests using vendor keywords can be made using the Hotel Description 5.0 transaction in the XML Select Web Service.

 

Explanation

Code

Identifies the Image Viewer Web Service location.

<ImageSetRequest xmlns="http://www.galileo.com/GI_GDS">

Defines the Host Access Profile (HAP), which is required to access Galileo Web Services.

An HAP is required for Hotel Description requests, but not for Image requests.

<HostAccessProfile>HAP
</HostAccessProfile>

Begins the Image Viewer request.

<Properties>

Identifies the property ID. Requests descriptions of the property without any associated images.

<Property Id="02720" DescriptionOnly="true">

 

 

Requests a description response only. Does not return images for the property.

<Description AvailableKeywordList="true">

 

</Description>

 

</Property>

 

</Properties>

Ends the Image Viewer request.

</ImageSetRequest>

Response

Explanation

Code

The response returns the General Information description for the property.

<RetrievePhotoInformationResponse xmlns="http://webservices.galileo.com/
HotelImage">
<RetrievePhotoInformationReturn>

 

<ImageSetResponse>

Property ID for which the available keywords were requested.

<Property Id="02720">

Begins the property description.

<Description>

Begins the Available Keywords list. For a sample of keywords list, see below.

<AvailableKeywords>

<Keyword Keyword="BOOK">

<Desciption>BOOKING GUIDELINES</Desciption>

</Keyword>

<Keyword Keyword="CANC">

<Desciption>CANCELLATION POLICY</Desciption>

</Keyword>

....

</AvailableKeywords>

Ends the response.

</Description>

 

</Property>

 

</ImageSetResponse>

 

</RetrievePhotoInformationReturn>
</RetrievePhotoInformationResponse>

 


Sample Available Keywords

The following list is a sample of available keywords. Data for a specific keyword may not be available for a hotel property.

Keyword

Description

BOOK

Booking Guidelines

CANC

Cancellation Policy

COMM

Commission

CONT

Contacts

CORP

Corporate Rates

CRED

Credit Card Policies

DIRS

Directions to Hotel

DPST

Deposit Policy

FACI

Facilities

FAMI

Family Plan

FREQ

Frequent Traveler

GRPS

Group Information

GUAR

Guarantee Policy

HELP

Customer Service

INDX

Index

LOCA

Hotel Location

MEAL

Meal Plans Available

DESC

Property Description

OTHR

Other

PROM

Promotional Information

RECR

Recreation

ROOM

Room/Unit Types

SERV

Services

TAXS

Tax Information

TRVL

Travel Industry Information

TRAN

Area Transportation

INTL

International Travel