01 - Base Response
XML Field
BaseResponse
ExcursionPrice
02 - ExcursionPrice
Sample Response
<ExcursionPriceResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<BaseResponse xmlns="http://webservicesV2.bookcyprus.com/">
<Response>OK</Response>
<ExecutionTime>2261</ExecutionTime>
</BaseResponse>
<ExcursionPrice xmlns="http://webservicesV2.bookcyprus.com/">
<Amount>274.80</Amount>
<ExcursionId>3216</ExcursionId>
<LocationId>1364</LocationId>
<Adults>2</Adults>
<Children>0</Children>
<Infants>0</Infants>
<Seniors>0</Seniors>
<Vehicles>0</Vehicles>
<TravelDate>2016-01-15T00:00:00</TravelDate>
<StartTime>0001-01-01T00:00:00</StartTime>
</ExcursionPrice>
</ExcursionPriceResponse>
Sample Request 2
<ExcursionPriceResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<BaseResponse xmlns="http://webservicesV2.bookcyprus.com/">
<Response>ERROR</Response>
<ExecutionTime>916</ExecutionTime>
<ShortMsg>No rates found</ShortMsg>
</BaseResponse>
</ExcursionPriceResponse>