SupplierCancellationPolicyRequest Sample
<SupplierCancellationPolicyRequest 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>
<SupplierId xmlns="http://webservicesV2.bookcyprus.com/">147</SupplierId>
<CheckinDate xmlns="http://webservicesV2.bookcyprus.com/">2014-06-19T00:00:00</CheckinDate>
<IndicativeServiceAmount xmlns="http://webservicesV2.bookcyprus.com/">463</IndicativeServiceAmount>
</SupplierCancellationPolicyRequest>
(use the sample below to receive policies from external providers instead of local)
<SupplierCancellationPolicyRequest 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>
<SupplierId xmlns="http://webservicesV2.bookcyprus.com/">0</SupplierId>
<CheckinDate xmlns="http://webservicesV2.bookcyprus.com/">2014-05-08T00:00:00</CheckinDate>
<IndicativeServiceAmount xmlns="http://webservicesV2.bookcyprus.com/">0</IndicativeServiceAmount>
<HotelRequests xmlns="http://webservicesV2.bookcyprus.com/">
<HotelReservationRequest>
<HotelId>87120</HotelId>
<RoomId>0</RoomId>
<MealId>0</MealId>
<ProviderId>0</ProviderId>
<GroupIdentifier>0</GroupIdentifier>
<GuestName>John Doe</GuestName>
<Occupancy>
<RoomIndex>1</RoomIndex>
<Adults>2</Adults>
</Occupancy>
<FromDate>2014-05-10T00:00:00</FromDate>
<ToDate>2014-05-10T00:00:00</ToDate>
</HotelReservationRequest>
</HotelRequests>
</SupplierCancellationPolicyRequest>