The following request needs a session id in order to filter the results of a previous search down to those relevant to the specified hotel. The response will be instant since it does not require any requests to be sent to suppliers

Note, the token attribute must be set to a valid token, and the sid must be set to that returned in the previous search.

<GetHotelsRequest sid="******" token="*****" xmlns="http://www.travelfusion.com/xml/api/simple">

<filters>

<filter code="hotelCode">123456</filter>

</filters>

</GetHotelsRequest>