Use this method to receive the list of available roundtrips
Function RoundtripList(ByVal rq as RoundtripListRequest) As RoundtripListResponse
Sample Requests to get you started
Sample
<?xml version="1.0" encoding="utf-16"?>
<RoundtripListRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<BaseRequest xmlns="http://webservicesV2.bookcyprus.com/">
<UserName>*****</UserName>
<Password>*****</Password>
<Currency>USD</Currency>
<Language>EN</Language>
</BaseRequest>
<LocationId xmlns="http://webservicesV2.bookcyprus.com/">0</LocationId>
</RoundtripListRequest>