* Can use either MultiLocationIds, either MultiExcursionIds in a single request
Sample
<ExcursionAvailabilityRequest 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>
</BaseRequest>
<LocationId xmlns="http://webservicesV2.bookcyprus.com/">0</LocationId>
<FromDate xmlns="http://webservicesV2.bookcyprus.com/">2015-07-08T00:00:00</FromDate>
<ToDate xmlns="http://webservicesV2.bookcyprus.com/">2015-07-15T00:00:00</ToDate>
<ExcursionId xmlns="http://webservicesV2.bookcyprus.com/">0</ExcursionId>
</ExcursionAvailabilityRequest>