01 - Base Response
02 -TransferLocation
XML Field
StartingPointId
StartingPointName
Description
The unique location identification
The location name
Sample 1
<TransferSearchLocationResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<BaseResponse xmlns="http://webservicesV2.bookcyprus.com/">
<Response>OK</Response>
<ExecutionTime>1148</ExecutionTime>
</BaseResponse>
<StartingPointId xmlns="http://webservicesV2.bookcyprus.com/">0</StartingPointId>
<ResultCount xmlns="http://webservicesV2.bookcyprus.com/">383</ResultCount>
<SearchLocations xmlns="http://webservicesV2.bookcyprus.com/">
<TransferLocation>
<StartingPointId>1314</StartingPointId>
<StartingPointName>California, San Diego</StartingPointName>
</TransferLocation>
<TransferLocation>
<StartingPointId>1314</StartingPointId>
<StartingPointName>California, San Diego</StartingPointName>
</TransferLocation>
<TransferLocation>
<StartingPointId>1364</StartingPointId>
<StartingPointName>New York, Manhattan</StartingPointName>
</TransferLocation>
<TransferLocation>
<StartingPointId>1623</StartingPointId>
<StartingPointName>New York, Brooklyn</StartingPointName>
</TransferLocation>
<TransferLocation>
<StartingPointId>1623</StartingPointId>
<StartingPointName>New York, Brooklyn</StartingPointName>
</TransferLocation>
</SearchLocations>
</TransferSearchLocationResponse>
Sample 2
<?xml version="1.0" encoding="utf-16"?>
<TransferSearchLocationResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<BaseResponse xmlns="http://webservicesV2.bookcyprus.com/">
<Response>OK</Response>
<ExecutionTime>230</ExecutionTime>
</BaseResponse>
<StartingPointId xmlns="http://webservicesV2.bookcyprus.com/">1364</StartingPointId>
<ResultCount xmlns="http://webservicesV2.bookcyprus.com/">7</ResultCount>
<SearchLocations xmlns="http://webservicesV2.bookcyprus.com/">
<TransferLocation>
<StartingPointId>5922</StartingPointId>
<StartingPointName>New Jersey, Atlantic City</StartingPointName>
</TransferLocation>
<TransferLocation>
<StartingPointId>11628</StartingPointId>
<StartingPointName>New York, John F. Kennedy International Airport (JFK)</StartingPointName>
</TransferLocation>
<TransferLocation>
<StartingPointId>11670</StartingPointId>
<StartingPointName>New York, La Guardia Airport (LGA)</StartingPointName>
</TransferLocation>
<TransferLocation>
<StartingPointId>11779</StartingPointId>
<StartingPointName>New Jersey, Newark Liberty International Airport (EWR)</StartingPointName>
</TransferLocation>
<TransferLocation>
<StartingPointId>12045</StartingPointId>
<StartingPointName>New Jersey, Cape Liberty Cruise Port</StartingPointName>
</TransferLocation>
<TransferLocation>
<StartingPointId>12047</StartingPointId>
<StartingPointName>New York, Port of Brooklyn</StartingPointName>
</TransferLocation>
<TransferLocation>
<StartingPointId>12054</StartingPointId>
<StartingPointName>New York, Manhattan Cruise Terminal </StartingPointName>
</TransferLocation>
</SearchLocations>
</TransferSearchLocationResponse>