Use this method to get locations for available excursions
Function GetExcursionSearchLocations(ByVal rq As ExcursionSearchLocationRequest) As ExcursionSearchLocationResponse
Sample Requests to get you started
Sample
<?xml version="1.0" encoding="utf-16"?>
<ExcursionSearchLocationRequest 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/">0001-01-01T00:00:00</FromDate>
<ToDate xmlns="http://webservicesV2.bookcyprus.com/">0001-01-01T00:00:00</ToDate>
</ExcursionSearchLocationRequest>