01 - Itinerary
XML Field
ItineraryId
ItineraryServices
Description
The unique itinerary identification
Array of ItineraryService
02 - ItineraryService
XML Field
ItineraryServiceId
Description
The unique service itinerary identification
Sample
<?xml version="1.0" encoding="utf-16"?>
<RoundtripAvailabilityRequest 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>
<RoundtripId xmlns="http://webservicesV2.bookcyprus.com/">52</RoundtripId>
<StartDate xmlns="http://webservicesV2.bookcyprus.com/">2016-07-08T00:00:00</StartDate>
<RoomOccupancies xmlns="http://webservicesV2.bookcyprus.com/">
<HotelOccupancy>
<RoomIndex>1</RoomIndex>
<Adults>2</Adults>
</HotelOccupancy>
</RoomOccupancies>
</RoundtripAvailabilityRequest>
Sample 2
<?xml version="1.0" encoding="utf-16"?>
<RoundtripAvailabilityRequest 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>
<RoundtripId xmlns="http://webservicesV2.bookcyprus.com/">52</RoundtripId>
<StartDate xmlns="http://webservicesV2.bookcyprus.com/">2016-07-08T00:00:00</StartDate>
<RoomOccupancies xmlns="http://webservicesV2.bookcyprus.com/">
<HotelOccupancy>
<RoomIndex>1</RoomIndex>
<Adults>2</Adults>
</HotelOccupancy>
</RoomOccupancies>
<CustomItineraries xmlns="http://webservicesV2.bookcyprus.com/">
<Itinerary>
<ItineraryId>206</ItineraryId>
<StartDay>0</StartDay>
<Stays>0</Stays>
<ItineraryServices>
<ItineraryService>
<ItineraryServiceId>4484</ItineraryServiceId>
<ItineraryId>0</ItineraryId>
<PriceDiff>0</PriceDiff>
<SortOrder>0</SortOrder>
<IsCustomisable>false</IsCustomisable>
<IsAdditionalService>false</IsAdditionalService>
<IsRemovable>false</IsRemovable>
<ParentItineraryServiceId>0</ParentItineraryServiceId>
</ItineraryService>
<ItineraryService>
<ItineraryServiceId>1128</ItineraryServiceId>
<ItineraryId>0</ItineraryId>
<PriceDiff>0</PriceDiff>
<SortOrder>0</SortOrder>
<IsCustomisable>false</IsCustomisable>
<IsAdditionalService>false</IsAdditionalService>
<IsRemovable>false</IsRemovable>
<ParentItineraryServiceId>0</ParentItineraryServiceId>
</ItineraryService>
</ItineraryServices>
</Itinerary>
<Itinerary>
<ItineraryId>207</ItineraryId>
<StartDay>0</StartDay>
<Stays>0</Stays>
<ItineraryServices>
<ItineraryService>
<ItineraryServiceId>1129</ItineraryServiceId>
<ItineraryId>0</ItineraryId>
<PriceDiff>0</PriceDiff>
<SortOrder>0</SortOrder>
<IsCustomisable>false</IsCustomisable>
<IsAdditionalService>false</IsAdditionalService>
<IsRemovable>false</IsRemovable>
<ParentItineraryServiceId>0</ParentItineraryServiceId>
</ItineraryService>
</ItineraryServices>
</Itinerary>
</CustomItineraries>
</RoundtripAvailabilityRequest>