* Please note that a request must either include a LocationId or a HotelId.
More sample requests in the HotelAvailabilitySearch
Sample
<HotelAvailabilityRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<BaseRequest xmlns="http://webservicesV2.bookcyprus.com/">
<UserName>******</UserName>
<Password>****</Password>
<Currency>EUR</Currency>
<Language>EN</Language>
<CustomerIpAddress>127.0.0.1</CustomerIpAddress>
<CustomerUserAgent>Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/531.21.10</CustomerUserAgent>
</BaseRequest>
<FromDate xmlns="http://webservicesV2.bookcyprus.com/">2014-04-03T00:00:00</FromDate>
<ToDate xmlns="http://webservicesV2.bookcyprus.com/">2014-04-10T00:00:00</ToDate>
<Occupancy xmlns="http://webservicesV2.bookcyprus.com/">
<HotelOccupancy>
<RoomIndex>0</RoomIndex>
<Adults>2</Adults>
</HotelOccupancy>
</Occupancy>
<LocationId xmlns="http://webservicesV2.bookcyprus.com/">0</LocationId>
<RegionId xmlns="http://webservicesV2.bookcyprus.com/">0</RegionId>
<StarClassificationId xmlns="http://webservicesV2.bookcyprus.com/">0</StarClassificationId>
<HotelId xmlns="http://webservicesV2.bookcyprus.com/">230</HotelId>
<TrackingCode xmlns="http://webservicesV2.bookcyprus.com/" />
</HotelAvailabilityRequest>