When searching through our API it is recommended to limit your the search results and the roundtrips to the API in order to have the optimal performance.
e.g. If you are searching for all the destination, just perform one search without specifying location details.
if you only need results for specific excursion or location, supply these details in the request in order to limit the response size.
Function ExcursionAvailabilitySearch(ByVal rq As ExcursionAvailabilityRequest) As ExcursionAvailabilityResponse
Sample Requests to get you started
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>