Use this method to get price for a specific excursion
Function GetExcursionPrice(ByVal rq As ExcursionPriceRequest) As ExcursionPriceResponse
Sample
<ExcursionPriceRequest 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>
<ExcursionServiceId xmlns="http://webservicesV2.bookcyprus.com/">1565</ExcursionServiceId>
<LocationId xmlns="http://webservicesV2.bookcyprus.com/">1311</LocationId>
<Adults xmlns="http://webservicesV2.bookcyprus.com/">1</Adults>
<Children xmlns="http://webservicesV2.bookcyprus.com/">0</Children>
<Infants xmlns="http://webservicesV2.bookcyprus.com/">0</Infants>
<Seniors xmlns="http://webservicesV2.bookcyprus.com/">0</Seniors>
<TravelDate xmlns="http://webservicesV2.bookcyprus.com/">2015-06-25T00:00:00</TravelDate>
<StartTime xmlns="http://webservicesV2.bookcyprus.com/">2015-06-19T14:00:00</StartTime>
<Vehicles xmlns="http://webservicesV2.bookcyprus.com/">0</Vehicles>
</ExcursionPriceRequest>