POST / Hotel Listing
This API used to get Hotel Listing for Package Booking based on search criteria.
HOW TO USE?
Use this list to display available Hotels and Rooms with Pricing.
HEADERS TO USE FOR REQUEST
|
Parameter |
Value |
Description |
|
Content-Type |
application/json |
|
|
APIKEY |
as given you |
|
|
AFFILIATECODE |
as given you |
For Affiliate only. Not required for Tenant |
|
TENANTCODE |
as given you |
For Tenants only. Not required for affiliate |
BODY PARAMETERS
|
Name |
Type |
M- Mandatory / O- Optional |
Description |
Example |
|
ArrivalDate |
Datetime |
M |
Booking From date ,in format “yyyy-MM-dd” |
Any date greater than current date + 7 days |
|
ReturnDate |
Datetime |
M |
Booking To date ,in format “yyyy-MM-dd” |
Should not be less than Arrival Date |
|
TenantCode |
String |
M |
Tenant Code, as given |
Code Provided Separately |
|
AgecategoryWiseNoOfPersonsInSearch |
Array |
M |
{"AgeCategoryCode":"CH1218", "PersonCount":1}, Note-: AgeCategoryCode are AD,CH1218,CH711,CH36,CH03 |
Array of object from description. |
|
HotelIDList |
Int[] |
O |
Contains HotelIDs |
[1,2] (If you dont want specific hotels, Send Empty array) |
|
RoomCount |
Int |
M |
Required Room Count |
1 |
|
RoomOnly |
Boolean |
M |
GetPrice with or Without Park Pass |
true/false |
UAT URL: https://uat.breakaway.ie/api/HotelBooking/GetHotels
RESPONSE PARAMETERS
|
Name |
Type |
Description |
Example |
|
Result |
boolean |
|
true/false |
|
ResultMessage |
String |
Result message |
|
|
Object |
Array of Objects |
List of available Hotels. |
|
|
.HotelList |
int |
|
|
|
..HotelID |
int |
Unique Id of the hotel |
|
|
..HotelName |
String |
Name of the hotel |
|
|
..HotelCategoryId |
int |
Hotel Category ID |
1- Disney owned hotel, 2 - non-Disney owned hotel |
|
..HotelInfoUrl |
String |
Hotel Information URL, can be used to redirect to give more information to the end-user |
|
|
..HotelLogoName |
String |
Hotel Logo Name |
|
|
..HotelLogoPath |
String |
Hotel Logo Path |
|
|
..General |
String |
Hotel Information |
|
|
..Description |
String |
Hotel Description |
|
|
..StarRating |
int |
Specifies Hotel Star Rating |
|
|
..Sequence |
int |
Suggested hotel sequence |
|
|
..TaxPrice |
decimal |
Hotel Tax amt. included in the total rooms price for all adults for the entire stay duration. (only adults are included for tax) |
|
|
..MinimumStay |
string |
Minimum Stay in Hotel Required |
|
|
..BreakFastName |
string |
Breakfast Name if available in any of the rooms pricing below, else will be returned blank |
|
|
..HotelPhotos |
array obj |
|
|
|
...HotelPhotoID |
int |
Hotel Photo ID |
|
|
...HotelID |
int |
unique Hotel ID |
|
|
...PhotoFileName |
string |
photo file name |
|
|
...PhotoFilePath |
string |
URL to the photo |
|
|
...PhotoTag |
string |
Suggested Label \ tags for the photo |
|
|
...IsArchived |
boolean |
if true, its Inactive. not to be shown for new bookings |
|
|
...IsDeleted |
boolean |
marked as deleted, this is no longer in use, ignore |
|
|
...TenantPhotoVisibility |
string |
Legacy field, Ignore |
|
|
..Rooms |
array obj |
|
|
|
...ISBreakFastIncluded |
boolean |
True if Breakfast is included in room |
|
|
...IsPromotionalDiscountApplicable |
boolean |
under construction, will update soon |
|
|
...Capcity |
int |
under construction, will update soon |
|
|
...RoomCapacity |
obj |
|
|
|
....RoomID |
int |
unique ID for the room |
|
|
....MinAdult |
int |
Min adults needed to book this room |
|
|
....MaxAdult |
int |
Max adults that can be allowed in t his room |
|
|
....MinChild |
int |
Min children needed to book this room |
|
|
....MaxChild |
int |
Max. children allowed in this room |
|
|
....MaxInfant |
int |
Max. infants allowed in this room |
|
|
....MaxPassengerIncludingInfant |
int |
Max passengers in this room including infant(s) |
|
|
....MaxPassengerExcludingInfant |
int |
Max passengers excluding infant(s) |
|
|
...RoomFacility |
array obj |
|
|
|
....FacilityID |
int |
unique ID for this facility |
|
|
....FacilityName |
string |
Facility name |
|
|
....IsArchived |
boolean |
true if inactive |
|
|
....IconName |
string |
Icon name |
|
|
....IconPath |
string |
URL to the icon |
|
|
...RoomPhoto |
array obj |
|
|
|
...RoomPricing |
obj |
|
|
|
....Price |
decimal |
Room(s) Price for entire stay without discount (rack rate) |
|
|
....PriceNote |
string |
Note related to explain the price if applicable |
|
|
....DiscountPrice |
decimal |
1.Room(s) price with the best possible discounted rate from the special offers for the same room 2.Returns 0.0 if no special offers. |
|
|
....SpecialOffer |
Object |
Selected special offer from the SpecialOffers is returned here, the discountPrice above refers to the price in this object |
|
|
....RatePlanObj |
|
|
|
|
..... RatePlanCategory |
string |
This is applicable Rate Plan Category Code |
ROOM_TICKET_GEN / ROOM_TICKET_HB / ROOM_TICKET_GC / ROOMONLY GEN refers to general which are your rack rate. HB is half board included. GC stands for gift card or offer pricing. roomonly means no park pass is included. |
|
..... RatePlanCode |
string |
This is applicable Rate Plan Code |
Ex. RSTAEVTC0JEE2X9 |
|
..... MealPlanCode |
string |
This is applicable Meal Plan Code |
NOM/ BK/ HalfBoardPlusIncluded/ HalfBoardStandardIncluded |
|
..... RoomTypeCode |
string |
Applicable to this Room Type Code |
Ex. HTLAEVRO4 |
|
..... PropertyCode |
string |
Applicable to this is Hotel Code |
Ex. AEV |
|
....AllotmentCode |
string |
check Business Validations section below |
O - Open, X - Closed, R-OnRequest |
|
....ParkPassID |
int |
Park Pass ID - Legacy field, can be ignored |
|
|
...SpecialOffers |
array obj |
|
|
|
....OfferCategory |
string |
Offer Category |
|
|
....DiscountID |
int |
unique ID for discount |
|
|
....DiscountName |
string |
Name |
|
|
....DiscountNote |
string |
Discount note |
|
|
....DiscountDisplayName |
string |
user friendly name |
|
|
....DiscountPrice |
decimal |
Room(s) discounted price for the entire stay (the amount to be collected) for this offer |
|
|
....MealOfferNote |
string |
Note for clarification if any |
|
|
....IsNonRefundable |
boolean |
if true, 100% cancellation charges |
|
|
....OfferID |
int |
|
|
|
....OfferName |
string |
|
|
|
....OfferDesc |
string |
|
|
|
...PassengerAllotment |
array obj |
|
|
|
....RoomAllotment |
array obj |
|
|
|
.....AgeCategoryName |
string |
Age category name |
|
|
.....AgeCategoryCode |
string |
|
AgeCategoryCode are AD,CH1218,CH711,CH36,CH03 |
|
.....AgeCategoryIconPath |
string |
Icons to visually represent the age categories |
|
|
.....PersonCount |
int |
Total persons in that room |
|
|
...HotelID |
int |
|
|
|
...TenantID |
int |
|
|
|
...IsFreeSale |
boolean |
check Business Validations section below |
|
|
...RoomCode |
string |
Disneyland assigned code for this room type, this is not used for booking API ahead |
|
|
...RoomID |
int |
This is the unique ID for the room type which is to be used for subsequent booking API |
|
|
...RoomName |
string |
|
|
|
...IsArchived |
boolean |
is room no longer being sold? if true, inactive |
|
|
..HotelFacility |
array Obj |
|
|
|
...FacilityID |
int |
|
|
|
...FacilityName |
string |
|
|
|
...IsArchived |
boolean |
if true, it is inactive |
|
|
...IconName |
string |
|
|
|
...IconPath |
string |
|
|
|
..PoolClosers |
array Obj |
Similar to the disruptions object but specific to swimming pool facility closures. |
|
|
..Disruptions |
array Obj |
|
|
|
...HotelDisruptionID |
int |
|
|
|
...StartDate |
Datetime |
Closure \ disruption from this date |
|
|
...EndDate |
Datetime |
Closure \ disruption till this date |
|
|
...Message |
string |
Clarification message |
|
|
...IsArchived |
boolean |
Is Disruption Active ? f true, it is inactive and can be ignored |
|
|
ExtraObject |
array Obj |
|
|
|
ErrorCode |
int |
|
|
|
IsTimeout |
boolean |
in the rare case the query cannot be completed. |
|
|
HttpResponseCode |
int |
|
|
ERROR CODES
|
HTTP Status |
Type |
|
500 |
INTERNAL_SERVER_ERROR |
IMP Notes
1.Booking allowed for max 7 days. Number of days for Search should be 7 or less.
2.Booking is Not Allowed within 7 Days. i.e. Arrival Date should be After 7 Days from Booking Date.
Ex. If you are booking on 1 Oct 2017 then Arrival Date Should Be 8 Oct 2017 or greater.
Mandatory Business Validations Required in Booking for Hotel Listing:
1.AllotmentCode – Booking is allowed only when AllotmentCode for room is ‘O’ and IsFreeSale = false, In case AllotmentCode is ‘R’ OR AllotmentCode = ‘O’ and IsFreeSale = true then you can booking that room as OnRequest Room. Later on that needs to be confirmed by Disneyland.
2.Booking is Not Allowed within 7 days from today- Arrival Date should be greater than 7 days(prior) to today's date.
3.Best Price for Room – If special offer is not applicable for room then room's standard price will be the best price, otherwise it is selected from available special offers.
4.Room Passenger Allotment – Passenger allotment in room must satisfy the room passenger capacity.
5.Park Pass – Park pass night can be reduced maximum 2 night from total package night. Ex. If booking is for 6 nights, then park pass can be reduced up to 4 nights only.
SAMPLE REQUEST
{
"ArrivalDate": "2023-01-01",
"ReturnDate": "2023-01-02",
"TenantCode": "DNTA",
"HotelIDList": [],
"RoomOnly": false,
"AgecategoryWiseNoOfPersonsInSearch": [
{
"AgeCategoryCode": "AD",
"PersonCount": 1
},
{
"AgeCategoryCode": "CH1218",
"PersonCount": 0
},
{
"AgeCategoryCode": "CH711",
"PersonCount": 0
},
{
"AgeCategoryCode": "CH36",
"PersonCount": 0
},
{
"AgeCategoryCode": "CH03",
"PersonCount": 0
}
]
}
SAMPLE RESPONSE
{
"Result": true,
"ResultMessage": null,
"Object": {
"HotelList": [
{
"HotelID": 4,
"HotelName": "Disney's Newport Bay Club",
"HotelCategoryId": 1,
"HotelInfoUrl": "http://www.breakaway.ie/disneyland-paris-hotels-listing/disneyland-paris-disney-hotels-listing/newport-bay-club/",
"HotelLogoName": null,
"HotelLogoPath": null,
"General": "Ever harboured a secret dream to be a sailor – then look no further!. The Newport Bay Hotel is perched on the waterside of picturesque Lake Disney and was refurbished in 2016. Take a 15 minute walk or 5 minutes by free shuttle to reach the Disney Parks. <div>Why not start your day off with an American breakfast (not included except for Compass Club Guests) or for lunch or dinner enjoy new world flavours from the buffet in the marine setting of "Cape Cod", or go on a gourmet cruise at the "Yacht Club". Relaxing cocktails and cool drinks can be enjoyed at either the "Fisherman's Wharf" or the "Captain's Quarters bar". </div><div>Or just cool off in the indoor or outdoor pool, let off some steam in the whirlpool, sauna or fitness room. For the kids – a video games room, the "Sea Horse Club Game Arcade", a Children's Corner (under parental surveillance), TV and games area are available.</div><p><br/></p><p><span>For an even better experience why not book into one of the Compass Club Rooms or Suites which will include a gourmet breakfast and where you can avail of the following.</span><br/></p><p><b>Compass Club Rooms & Suites facilities. <br/></b><span>Dedicated private check-in<br/></span><span>Dedicated hotel lounge for your gourmet breakfast, free beverages and afternoon snacks<br/></span><span>Room Service (Breakfast/Dinner)<br/></span><span>Valet Parking<br/></span><span>Bathrobe & Slippers (Adults)<br/></span><span>Tea & Expresso machine<br/></span><span>Mini Fridge</span></p><p><b>Check In<br/></b><span>You may check in at any time on the day you arrive, even if it’s in the morning! Your room will be available from 3pm.<br/></span><span>Should you arrive before </span><span> your room is ready, you can just head straight to the Parks whilst we keep your bags in the hotel Left Luggage Room. </span></p><div><br/></div><div><b>Check Out</b></div><div>Check out is at 11am however if you would like to enjoy a final day of fun in the Parks, you can store your bags in your hotel's Left Luggage Room until you're ready to depart.</div><div><br/></div><div>Pool access is from 3pm on the day of arrival and 11am on the day of departure.</div>",
"Description": "Recently renovated air conditioned rooms are decked out with either one large double bed or two double beds. Rooms are ensuite with both International and Disney channels. Family rooms are available on request for 4 Adults and 1 Child up to 6 sharing. Cots available on request\n\nThere are nearly 550 standard rooms at the Newport Bay. Standard rooms have either 1 Large double or 2 x double beds, TV with international channels, hair dryer, safety deposit box and air conditioning. Compass Club rooms have also been recently renovated and are larger they include access to a private reception and use of the private Compass Club lounge . Cots available on request.\n\n** Breakfast is not included except for guests staying in the Compass Club Rooms or Suites",
"StarRating": 4,
"Sequence": 4,
"TaxPrice": 2.88,
"MinimumStay": "1 Night/2 Days",
"BreakFastName": "American Buffet Breakfast",
"PropertyCode": "50568",
"HotelPhotos": [
{
"HotelPhotoID": 126,
"HotelID": 4,
"PhotoFileName": "NBC Cape Cod 692x440.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/HotelImage/Thumb_HotelImageCape Cod Restaurant_NBC_Cape_Cod_692x440Ajpg2018_09_24_02_19_39_PM.jpg",
"PhotoTag": "Cape Cod Restaurant",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"HotelPhotoID": 127,
"HotelID": 4,
"PhotoFileName": "NBC POOL ARIEL VIEW 692X440.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/HotelImage/Thumb_HotelImageNewport Aerial View_NBC_POOL_ARIEL_VIEW_692X440Ajpg2018_09_24_02_19_39_PM.jpg",
"PhotoTag": "Newport Aerial View",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"HotelPhotoID": 129,
"HotelID": 4,
"PhotoFileName": "Thumb_HotelImageNewport Outside Pool View_NBC_pool_outdoor_view_692x440Ajpg2017_12_20_06_49_38_AM.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/HotelImage/Thumb_HotelImageNewport Outside Pool View_Thumb_HotelImageNewport_Outside_Pool_View_NBC_pool_outdoor_view_692x440Ajpg2017_12_20_06_49_38_AMAjpg2018_09_24_02_19_39_PM.jpg",
"PhotoTag": "Newport Outside Pool View",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"HotelPhotoID": 130,
"HotelID": 4,
"PhotoFileName": "Thumb_HotelImageIndoor Pool_newport-bay-club-swimming-pool 416x3192017_07_24_07_17_12_AM.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/HotelImage/Thumb_HotelImageNewport Swimming Pool_Thumb_HotelImageIndoor_Pool_newport-bay-club-swimming-pool_416x3192017_07_24_07_17_12_AMAjpg2018_09_24_02_19_39_PM.jpg",
"PhotoTag": "Newport Swimming Pool",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"HotelPhotoID": 131,
"HotelID": 4,
"PhotoFileName": "Newport Yacht Club 692 x 440.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/HotelImage/Thumb_HotelImageYacht Club_Newport_Yacht_Club_692_x_440Ajpg2018_09_24_02_19_39_PM.jpg",
"PhotoTag": "Yacht Club",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"HotelPhotoID": 132,
"HotelID": 4,
"PhotoFileName": "Thumb_HotelImageNewport Bay Exterior_newport-bay-club-outside 692x4402017_07_24_07_17_12_AM.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/HotelImage/Thumb_HotelImageNewport Exterior Photo_Thumb_HotelImageNewport_Bay_Exterior_newport-bay-club-outside_692x4402017_07_24_07_17_12_AMAjpg2018_09_24_02_19_39_PM.jpg",
"PhotoTag": "Newport Exterior Photo",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"HotelPhotoID": 133,
"HotelID": 4,
"PhotoFileName": "Thumb_HotelImageNewport Bay Club Breakfast_Breakfast_nbc_692x440_Ajpg2017_12_20_06_45_17_AM.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/HotelImage/Thumb_HotelImageBreakfast at the Newport Bay_Thumb_HotelImageNewport_Bay_Club_Breakfast_Breakfast_nbc_692x440_Ajpg2017_12_20_06_45_17_AMAjpg2018_09_24_02_19_39_PM.jpg",
"PhotoTag": "Breakfast at the Newport Bay",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"HotelPhotoID": 134,
"HotelID": 4,
"PhotoFileName": "Thumb_HotelImageFitness Centre_newport-bay-club-fitness-center_692x440Ajpg2017_12_20_06_45_16_AM.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/HotelImage/Thumb_HotelImageNewport Fitness Centre_Thumb_HotelImageFitness_Centre_newport-bay-club-fitness-center_692x440Ajpg2017_12_20_06_45_16_AMAjpg2018_09_24_02_19_39_PM.jpg",
"PhotoTag": "Newport Fitness Centre",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"HotelPhotoID": 136,
"HotelID": 4,
"PhotoFileName": "compressed interior_newport-bay-club-lobby.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/HotelImage/Thumb_HotelImageNewport Bay Lobby_compressed__interior_newport-bay-club-lobbyAjpg2018_09_26_10_29_11_AM.jpg",
"PhotoTag": "Newport Bay Lobby",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
}
],
"Rooms": [
{
"ISBreakFastIncluded": false,
"RoomCapacity": {
"RoomID": 30,
"MinAdult": 1,
"MaxAdult": 4,
"MinChild": 0,
"MaxChild": 3,
"MaxInfant": 3,
"MaxPassengerIncludingInfant": 5,
"MaxPassengerExcludingInfant": 4
},
"RoomFacility": [
{
"FacilityID": 1,
"FacilityName": "Wifi Access",
"IsArchived": false,
"IconName": "wifi_cable_network.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_wifi_cable_networkAsvg2019_05_16_02_29_16_PM.svg"
},
{
"FacilityID": 3,
"FacilityName": "Safety Deposit Box in Room",
"IsArchived": false,
"IconName": "safe_deposit_box.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_safe_deposit_boxAsvg2019_05_16_02_28_55_PM.svg"
},
{
"FacilityID": 4,
"FacilityName": "Air-conditioning",
"IsArchived": false,
"IconName": "air_conditioning.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_air_conditioningAsvg2019_05_16_02_28_25_PM.svg"
},
{
"FacilityID": 6,
"FacilityName": "Tea and Coffee making facilities",
"IsArchived": false,
"IconName": "tea_coffee (1).svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_tea_coffee_(1)Asvg2019_05_16_02_29_02_PM.svg"
},
{
"FacilityID": 7,
"FacilityName": "Hair Dryer in Room",
"IsArchived": false,
"IconName": "hairdryer.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_hairdryerAsvg2019_05_16_02_28_33_PM.svg"
},
{
"FacilityID": 8,
"FacilityName": "TV",
"IsArchived": false,
"IconName": "TV.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_TVAsvg2019_05_16_02_29_10_PM.svg"
}
],
"RoomPhoto": [
{
"RoomPhotoID": 30,
"RoomID": 30,
"PhotoFileName": "cheyenne-hotel-amenities 416x319.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageAmenities_cheyenne-hotel-amenities 416x3192017_08_31_03_11_36_AM.jpg",
"PhotoTag": "Amenities",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"RoomPhotoID": 31,
"RoomID": 30,
"PhotoFileName": "Newport Standard Room 2xdouble 416x319.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageStandard Room Newport Bay_Newport Standard Room 2xdouble 416x3192017_08_31_03_11_36_AM.jpg",
"PhotoTag": "Standard Room Newport Bay",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
}
],
"RoomPricing": {
"Price": 523.08,
"PriceNote": "SUMWIN 22-23 -P6 (RC1)",
"DiscountPrice": 0.0,
"AllotmentCode": "O",
"SpecialOffer": null,
"ParkPassID": null,
"RateCategoryId": 0,
"RateCategory": null,
"RatePlanObj": {
"RatePlanCategoryId": 1,
"RatePlanCategory": "ROOM_TICKET_GEN",
"RatePlanID": 451,
"RatePlanCode": "RSTDNBXC0LJEFT9",
"MealPlanID": 1,
"MealPlanCode": "NOM",
"RoomTypeCode": "HTLD3TRO4",
"PropertyCode": "50568"
}
},
"SpecialOffers": [],
"PassengerAllotment": [
{
"RoomSequence": 0,
"RoomAllotment": [
{
"AgeCategoryName": null,
"AgeCategoryCode": "AD",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 1,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH1218",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH711",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH36",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH03",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
}
],
"MemberObj": null
}
],
"IsPromotionalDiscountApplicable": false,
"Capcity": 5,
"HotelID": 4,
"TenantID": 0,
"IsFreeSale": false,
"RoomCode": "HTLD3TRO4",
"Description": "There are nearly 550 superior rooms at the Newport Bay. Superior rooms have either 1 Large double or 2 x double beds, TV with international channels, hair dryer, safety deposit box and air conditioning. Cots available on request.<div><br/></div><div>In order to meet safety standards the maximum capacity of the room is 4 Plus an infant <br/><div><br/><p><br/></p></div></div>",
"RoomID": 30,
"RoomName": "Superior Room",
"IsArchived": false
},
{
"ISBreakFastIncluded": false,
"RoomCapacity": {
"RoomID": 4,
"MinAdult": 1,
"MaxAdult": 4,
"MinChild": 0,
"MaxChild": 3,
"MaxInfant": 4,
"MaxPassengerIncludingInfant": 5,
"MaxPassengerExcludingInfant": 4
},
"RoomFacility": [
{
"FacilityID": 1,
"FacilityName": "Wifi Access",
"IsArchived": false,
"IconName": "wifi_cable_network.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_wifi_cable_networkAsvg2019_05_16_02_29_16_PM.svg"
},
{
"FacilityID": 3,
"FacilityName": "Safety Deposit Box in Room",
"IsArchived": false,
"IconName": "safe_deposit_box.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_safe_deposit_boxAsvg2019_05_16_02_28_55_PM.svg"
},
{
"FacilityID": 4,
"FacilityName": "Air-conditioning",
"IsArchived": false,
"IconName": "air_conditioning.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_air_conditioningAsvg2019_05_16_02_28_25_PM.svg"
},
{
"FacilityID": 7,
"FacilityName": "Hair Dryer in Room",
"IsArchived": false,
"IconName": "hairdryer.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_hairdryerAsvg2019_05_16_02_28_33_PM.svg"
},
{
"FacilityID": 8,
"FacilityName": "TV",
"IsArchived": false,
"IconName": "TV.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_TVAsvg2019_05_16_02_29_10_PM.svg"
}
],
"RoomPhoto": [
{
"RoomPhotoID": 29,
"RoomID": 4,
"PhotoFileName": "cheyenne-hotel-amenities 416x319.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageAmenities_cheyenne-hotel-amenities 416x3192017_08_31_03_10_11_AM.jpg",
"PhotoTag": "Amenities",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"RoomPhotoID": 87,
"RoomID": 4,
"PhotoFileName": "RoomImageNewport Bay Standard Lake_NEWPORT STANDARD DOUBLE 416x3192017_08_31_03_10_11_AM.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageStandard Lake Room_RoomImageNewport_Bay_Standard_Lake_NEWPORT_STANDARD_DOUBLE_416x3192017_08_31_03_10_11_AMAjpg2018_09_11_11_19_43_AM.jpg",
"PhotoTag": "Standard Lake Room",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
}
],
"RoomPricing": {
"Price": 574.08,
"PriceNote": "SUMWIN 22-23 -P6 (RC1)",
"DiscountPrice": 0.0,
"AllotmentCode": "O",
"SpecialOffer": null,
"ParkPassID": null,
"RateCategoryId": 0,
"RateCategory": null,
"RatePlanObj": {
"RatePlanCategoryId": 1,
"RatePlanCategory": "ROOM_TICKET_GEN",
"RatePlanID": 451,
"RatePlanCode": "RSTDNBXC0LJEFT9",
"MealPlanID": 1,
"MealPlanCode": "NOM",
"RoomTypeCode": "HTLD3TLK4",
"PropertyCode": "50568"
}
},
"SpecialOffers": [],
"PassengerAllotment": [
{
"RoomSequence": 0,
"RoomAllotment": [
{
"AgeCategoryName": null,
"AgeCategoryCode": "AD",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 1,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH1218",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH711",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH36",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH03",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
}
],
"MemberObj": null
}
],
"IsPromotionalDiscountApplicable": false,
"Capcity": 5,
"HotelID": 4,
"TenantID": 0,
"IsFreeSale": false,
"RoomCode": "HTLD3TLK4",
"Description": "Rooms have been renovated since 2016 with a charming nautical theme and are on the Lake Side of the hotel. Rooms have either 1 large double bed or 2 double beds, en-suite with TV, radio, air conditioning, safety deposit box and hair dryer. <div>Rooms sleeps up to 4 People. Cots available on request.</div><div><br/></div><div>In order to meet safety standards the maximum capacity of the room is 4 Plus an infant <br/><p><br/></p><p><br/></p></div>",
"RoomID": 4,
"RoomName": "Superior Lake side",
"IsArchived": false
},
{
"ISBreakFastIncluded": false,
"RoomCapacity": {
"RoomID": 62,
"MinAdult": 1,
"MaxAdult": 4,
"MinChild": 0,
"MaxChild": 3,
"MaxInfant": 4,
"MaxPassengerIncludingInfant": 5,
"MaxPassengerExcludingInfant": 4
},
"RoomFacility": [
{
"FacilityID": 1,
"FacilityName": "Wifi Access",
"IsArchived": false,
"IconName": "wifi_cable_network.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_wifi_cable_networkAsvg2019_05_16_02_29_16_PM.svg"
},
{
"FacilityID": 3,
"FacilityName": "Safety Deposit Box in Room",
"IsArchived": false,
"IconName": "safe_deposit_box.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_safe_deposit_boxAsvg2019_05_16_02_28_55_PM.svg"
},
{
"FacilityID": 4,
"FacilityName": "Air-conditioning",
"IsArchived": false,
"IconName": "air_conditioning.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_air_conditioningAsvg2019_05_16_02_28_25_PM.svg"
},
{
"FacilityID": 7,
"FacilityName": "Hair Dryer in Room",
"IsArchived": false,
"IconName": "hairdryer.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_hairdryerAsvg2019_05_16_02_28_33_PM.svg"
},
{
"FacilityID": 8,
"FacilityName": "TV",
"IsArchived": false,
"IconName": "TV.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_TVAsvg2019_05_16_02_29_10_PM.svg"
}
],
"RoomPhoto": [
{
"RoomPhotoID": 217,
"RoomID": 62,
"PhotoFileName": "superior room with Terrace 416x319 compressed.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageSuperior Room with Terrace_superior_room_with_Terrace_416x319_compressedAjpg2019_06_10_12_12_54_PM.jpg",
"PhotoTag": "Superior Room with Terrace",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
}
],
"RoomPricing": {
"Price": 574.08,
"PriceNote": "SUMWIN 22-23 -P6 (RC1)",
"DiscountPrice": 0.0,
"AllotmentCode": "O",
"SpecialOffer": null,
"ParkPassID": null,
"RateCategoryId": 0,
"RateCategory": null,
"RatePlanObj": {
"RatePlanCategoryId": 1,
"RatePlanCategory": "ROOM_TICKET_GEN",
"RatePlanID": 451,
"RatePlanCode": "RSTDNBXC0LJEFT9",
"MealPlanID": 1,
"MealPlanCode": "NOM",
"RoomTypeCode": "HTLD3TR4T",
"PropertyCode": "50568"
}
},
"SpecialOffers": [],
"PassengerAllotment": [
{
"RoomSequence": 0,
"RoomAllotment": [
{
"AgeCategoryName": null,
"AgeCategoryCode": "AD",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 1,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH1218",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH711",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH36",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH03",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
}
],
"MemberObj": null
}
],
"IsPromotionalDiscountApplicable": false,
"Capcity": 5,
"HotelID": 4,
"TenantID": 0,
"IsFreeSale": true,
"RoomCode": "HTLD3TR4T",
"Description": "<p>There are only a limited number of Superior Rooms available with a Terrace so booking early is essential.<br/> Rooms have either 1 Large double or 2 x double beds, TV with international channels, hair dryer, safety deposit box and air conditioning and a small Terrace. </p><p>Cots available on request.</p><p><br/></p><p>In order to meet safety standards the maximum capacity of the room is 4 Plus an infant </p><p><br/></p><p><br/></p>",
"RoomID": 62,
"RoomName": "Superior Room with Terrace",
"IsArchived": false
},
{
"ISBreakFastIncluded": true,
"RoomCapacity": {
"RoomID": 42,
"MinAdult": 1,
"MaxAdult": 4,
"MinChild": 0,
"MaxChild": 3,
"MaxInfant": 4,
"MaxPassengerIncludingInfant": 5,
"MaxPassengerExcludingInfant": 4
},
"RoomFacility": [
{
"FacilityID": 1,
"FacilityName": "Wifi Access",
"IsArchived": false,
"IconName": "wifi_cable_network.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_wifi_cable_networkAsvg2019_05_16_02_29_16_PM.svg"
},
{
"FacilityID": 3,
"FacilityName": "Safety Deposit Box in Room",
"IsArchived": false,
"IconName": "safe_deposit_box.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_safe_deposit_boxAsvg2019_05_16_02_28_55_PM.svg"
},
{
"FacilityID": 4,
"FacilityName": "Air-conditioning",
"IsArchived": false,
"IconName": "air_conditioning.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_air_conditioningAsvg2019_05_16_02_28_25_PM.svg"
},
{
"FacilityID": 6,
"FacilityName": "Tea and Coffee making facilities",
"IsArchived": false,
"IconName": "tea_coffee (1).svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_tea_coffee_(1)Asvg2019_05_16_02_29_02_PM.svg"
},
{
"FacilityID": 7,
"FacilityName": "Hair Dryer in Room",
"IsArchived": false,
"IconName": "hairdryer.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_hairdryerAsvg2019_05_16_02_28_33_PM.svg"
},
{
"FacilityID": 8,
"FacilityName": "TV",
"IsArchived": false,
"IconName": "TV.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_TVAsvg2019_05_16_02_29_10_PM.svg"
}
],
"RoomPhoto": [
{
"RoomPhotoID": 73,
"RoomID": 42,
"PhotoFileName": "newport-bayclub-compass-club-lake-side-bedroom 416x319.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageCompass Club Lake View Room_newport-bayclub-compass-club-lake-side-bedroom_416x319Ajpg2017_12_20_05_05_07_AM.jpg",
"PhotoTag": "Compass Club Lake View Room",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"RoomPhotoID": 74,
"RoomID": 42,
"PhotoFileName": "newport-bayclub-compass-club-bathroom 416x319 .jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageBathroom_newport-bayclub-compass-club-bathroom_416x319_Ajpg2017_12_20_05_05_07_AM.jpg",
"PhotoTag": "Bathroom",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"RoomPhotoID": 134,
"RoomID": 42,
"PhotoFileName": "RoomImageBreakfast at the Newport Bay_Breakfast_nbc_416x319_Ajpg2017_12_20_06_52_39_AM.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageBreakfast included for Compass Club Rooms_RoomImageBreakfast_at_the_Newport_Bay_Breakfast_nbc_416x319_Ajpg2017_12_20_06_52_39_AMAjpg2018_09_26_10_40_51_AM.jpg",
"PhotoTag": "Breakfast included for Compass Club Rooms",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
}
],
"RoomPricing": {
"Price": 737.28,
"PriceNote": "SUMWIN 22-23 -P6 (RC1)",
"DiscountPrice": 0.0,
"AllotmentCode": "O",
"SpecialOffer": null,
"ParkPassID": null,
"RateCategoryId": 0,
"RateCategory": null,
"RatePlanObj": {
"RatePlanCategoryId": 1,
"RatePlanCategory": "ROOM_TICKET_GEN",
"RatePlanID": 451,
"RatePlanCode": "RSTDNBXC0LJEFT9",
"MealPlanID": 2,
"MealPlanCode": "BK",
"RoomTypeCode": "HTLD3UCL4",
"PropertyCode": "50568"
}
},
"SpecialOffers": [],
"PassengerAllotment": [
{
"RoomSequence": 0,
"RoomAllotment": [
{
"AgeCategoryName": null,
"AgeCategoryCode": "AD",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 1,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH1218",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH711",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH36",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH03",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
}
],
"MemberObj": null
}
],
"IsPromotionalDiscountApplicable": false,
"Capcity": 5,
"HotelID": 4,
"TenantID": 0,
"IsFreeSale": true,
"RoomCode": "HTLD3UCL4",
"Description": "Compass Club Lake Side Rooms have all the amenities of the standard rooms, 1 Double or 2 X Double beds, rooms are en-suite with Hair Dyer, Air Conditioning, Safety Deposit Box. Guests are entitled to use of the private check in and the Compass Club Lounge. Slippers and dressing gowns available on request. **Breakfast is included for Compass Club Guests<p>In order to meet safety standards the maximum capacity of the room is 4 Plus an infant </p><p><span><b>Compass Club Amenities</b></span><br/></p><p><span>American buffet breakfast from 7am to 11am<br/></span><span>Private Reception<br/></span><span>Private Lounge from 7am to 10pm with hot and cold drinks and sweet and savoury snacks from 4pm to 530pm<br/></span><span>Tea & Espresso available<br/></span><br/></p><p><span>.<b>** Gourmet Breakfast included for guests in Compass Club Rooms</b></span><br/></p>",
"RoomID": 42,
"RoomName": "Compass Club Lake Side Max 4",
"IsArchived": false
},
{
"ISBreakFastIncluded": true,
"RoomCapacity": {
"RoomID": 85,
"MinAdult": 1,
"MaxAdult": 2,
"MinChild": 0,
"MaxChild": 1,
"MaxInfant": 2,
"MaxPassengerIncludingInfant": 3,
"MaxPassengerExcludingInfant": 2
},
"RoomFacility": [
{
"FacilityID": 1,
"FacilityName": "Wifi Access",
"IsArchived": false,
"IconName": "wifi_cable_network.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_wifi_cable_networkAsvg2019_05_16_02_29_16_PM.svg"
},
{
"FacilityID": 3,
"FacilityName": "Safety Deposit Box in Room",
"IsArchived": false,
"IconName": "safe_deposit_box.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_safe_deposit_boxAsvg2019_05_16_02_28_55_PM.svg"
},
{
"FacilityID": 4,
"FacilityName": "Air-conditioning",
"IsArchived": false,
"IconName": "air_conditioning.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_air_conditioningAsvg2019_05_16_02_28_25_PM.svg"
},
{
"FacilityID": 6,
"FacilityName": "Tea and Coffee making facilities",
"IsArchived": false,
"IconName": "tea_coffee (1).svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_tea_coffee_(1)Asvg2019_05_16_02_29_02_PM.svg"
},
{
"FacilityID": 7,
"FacilityName": "Hair Dryer in Room",
"IsArchived": false,
"IconName": "hairdryer.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_hairdryerAsvg2019_05_16_02_28_33_PM.svg"
},
{
"FacilityID": 8,
"FacilityName": "TV",
"IsArchived": false,
"IconName": "TV.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_TVAsvg2019_05_16_02_29_10_PM.svg"
}
],
"RoomPhoto": [
{
"RoomPhotoID": 289,
"RoomID": 85,
"PhotoFileName": "newport-bayclub-compass-club-lake-side-bedroom 416x319.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageCompass Club Lake View Room_newport-bayclub-compass-club-lake-side-bedroom_416x319Ajpg2017_12_20_05_05_07_AM.jpg",
"PhotoTag": "Compass Club Lake View Room",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"RoomPhotoID": 290,
"RoomID": 85,
"PhotoFileName": "newport-bayclub-compass-club-bathroom 416x319 .jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageBathroom_newport-bayclub-compass-club-bathroom_416x319_Ajpg2017_12_20_05_05_07_AM.jpg",
"PhotoTag": "Bathroom",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
},
{
"RoomPhotoID": 291,
"RoomID": 85,
"PhotoFileName": "RoomImageBreakfast at the Newport Bay_Breakfast_nbc_416x319_Ajpg2017_12_20_06_52_39_AM.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageBreakfast included for Compass Club Rooms_RoomImageBreakfast_at_the_Newport_Bay_Breakfast_nbc_416x319_Ajpg2017_12_20_06_52_39_AMAjpg2018_09_26_10_40_51_AM.jpg",
"PhotoTag": "Breakfast included for Compass Club Rooms",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
}
],
"RoomPricing": {
"Price": 737.28,
"PriceNote": "SUMWIN 22-23 -P6 (RC1)",
"DiscountPrice": 0.0,
"AllotmentCode": "O",
"SpecialOffer": null,
"ParkPassID": null,
"RateCategoryId": 0,
"RateCategory": null,
"RatePlanObj": {
"RatePlanCategoryId": 1,
"RatePlanCategory": "ROOM_TICKET_GEN",
"RatePlanID": 451,
"RatePlanCode": "RSTDNBXC0LJEFT9",
"MealPlanID": 2,
"MealPlanCode": "BK",
"RoomTypeCode": "HTLD3UCL2",
"PropertyCode": "50568"
}
},
"SpecialOffers": [],
"PassengerAllotment": [
{
"RoomSequence": 0,
"RoomAllotment": [
{
"AgeCategoryName": null,
"AgeCategoryCode": "AD",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 1,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH1218",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH711",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH36",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH03",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
}
],
"MemberObj": null
}
],
"IsPromotionalDiscountApplicable": false,
"Capcity": 3,
"HotelID": 4,
"TenantID": 0,
"IsFreeSale": false,
"RoomCode": "HTLD3UCL2",
"Description": "Compass Club Lake Side Rooms have all the amenities of the standard rooms, 1 Double , rooms are en-suite with Hair Dyer, Air Conditioning, Safety Deposit Box. Guests are entitled to use of the private check in and the Compass Club Lounge. Slippers and dressing gowns available on request. **Breakfast is included for Compass Club Guests<p>In order to meet safety standards the maximum capacity of the room is 2 Plus an infant </p><p><span><b>Compass Club Amenities</b></span><br/></p><p><span>American buffet breakfast from 7am to 11am<br/></span><span>Private Reception<br/></span><span>Private Lounge from 7am to 10pm with hot and cold drinks and sweet and savoury snacks from 4pm to 530pm<br/></span><span>Tea & Espresso available<br/></span><br/></p><p><span>.<b>** Gourmet Breakfast included for guests in Compass Club Rooms</b></span><br/></p>",
"RoomID": 85,
"RoomName": "Compass Club Lake Side Max 2",
"IsArchived": false
},
{
"ISBreakFastIncluded": true,
"RoomCapacity": {
"RoomID": 63,
"MinAdult": 1,
"MaxAdult": 4,
"MinChild": 0,
"MaxChild": 4,
"MaxInfant": 5,
"MaxPassengerIncludingInfant": 6,
"MaxPassengerExcludingInfant": 5
},
"RoomFacility": [
{
"FacilityID": 1,
"FacilityName": "Wifi Access",
"IsArchived": false,
"IconName": "wifi_cable_network.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_wifi_cable_networkAsvg2019_05_16_02_29_16_PM.svg"
},
{
"FacilityID": 3,
"FacilityName": "Safety Deposit Box in Room",
"IsArchived": false,
"IconName": "safe_deposit_box.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_safe_deposit_boxAsvg2019_05_16_02_28_55_PM.svg"
},
{
"FacilityID": 4,
"FacilityName": "Air-conditioning",
"IsArchived": false,
"IconName": "air_conditioning.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_air_conditioningAsvg2019_05_16_02_28_25_PM.svg"
},
{
"FacilityID": 7,
"FacilityName": "Hair Dryer in Room",
"IsArchived": false,
"IconName": "hairdryer.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_hairdryerAsvg2019_05_16_02_28_33_PM.svg"
},
{
"FacilityID": 8,
"FacilityName": "TV",
"IsArchived": false,
"IconName": "TV.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_TVAsvg2019_05_16_02_29_10_PM.svg"
}
],
"RoomPhoto": [
{
"RoomPhotoID": 203,
"RoomID": 63,
"PhotoFileName": "compass club family sleeps 5.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageCompass Club Family Room_compass_club_family_sleeps_5Ajpg2019_04_30_04_13_34_PM.jpg",
"PhotoTag": "Compass Club Family Room",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
}
],
"RoomPricing": {
"Price": 755.98,
"PriceNote": "SUMWIN 22-23 -P6 (RC1)",
"DiscountPrice": 0.0,
"AllotmentCode": "O",
"SpecialOffer": null,
"ParkPassID": null,
"RateCategoryId": 0,
"RateCategory": null,
"RatePlanObj": {
"RatePlanCategoryId": 1,
"RatePlanCategory": "ROOM_TICKET_GEN",
"RatePlanID": 451,
"RatePlanCode": "RSTDNBXC0LJEFT9",
"MealPlanID": 2,
"MealPlanCode": "BK",
"RoomTypeCode": "HTLD3URO5",
"PropertyCode": "50568"
}
},
"SpecialOffers": [],
"PassengerAllotment": [
{
"RoomSequence": 0,
"RoomAllotment": [
{
"AgeCategoryName": null,
"AgeCategoryCode": "AD",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 1,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH1218",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH711",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH36",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH03",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
}
],
"MemberObj": null
}
],
"IsPromotionalDiscountApplicable": false,
"Capcity": 6,
"HotelID": 4,
"TenantID": 0,
"IsFreeSale": true,
"RoomCode": "HTLD3URO5",
"Description": "<p>The Compass Club Family room has additional space to accommodate 2 Double Beds and 1 Sofa Bed which can sleep up to 5 persons</p><p><b>Compass Club Amenities</b></p><p>American buffet breakfast from 7am to 11am<br/><span>Private Reception<br/>Room Service Breakfast/Dinner<br/></span><span>Private Lounge from 7am to 10pm with hot and cold drinks and sweet and savoury snacks from 4pm to 530pm<br/></span><span>Tea & Espresso available<br/></span><b><br/>.** Gourmet Breakfast included for guests in Compass Club Rooms </b><span><br/></span></p><p><b></b></p><p><b>In order to meet safety standards the maximum capacity of the room is 5 Plus an infant </b><br/></p><p></p><p></p>",
"RoomID": 63,
"RoomName": "Compass Club Family (5)",
"IsArchived": false
},
{
"ISBreakFastIncluded": true,
"RoomCapacity": {
"RoomID": 64,
"MinAdult": 1,
"MaxAdult": 6,
"MinChild": 0,
"MaxChild": 5,
"MaxInfant": 5,
"MaxPassengerIncludingInfant": 6,
"MaxPassengerExcludingInfant": 6
},
"RoomFacility": [
{
"FacilityID": 1,
"FacilityName": "Wifi Access",
"IsArchived": false,
"IconName": "wifi_cable_network.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_wifi_cable_networkAsvg2019_05_16_02_29_16_PM.svg"
},
{
"FacilityID": 3,
"FacilityName": "Safety Deposit Box in Room",
"IsArchived": false,
"IconName": "safe_deposit_box.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_safe_deposit_boxAsvg2019_05_16_02_28_55_PM.svg"
},
{
"FacilityID": 4,
"FacilityName": "Air-conditioning",
"IsArchived": false,
"IconName": "air_conditioning.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_air_conditioningAsvg2019_05_16_02_28_25_PM.svg"
},
{
"FacilityID": 7,
"FacilityName": "Hair Dryer in Room",
"IsArchived": false,
"IconName": "hairdryer.svg",
"IconPath": "https://uat.breakaway.ie/Documents\\Common\\RoomFacility\\Thumb_RoomFacilityIcon_hairdryerAsvg2019_05_16_02_28_33_PM.svg"
},
{
"FacilityID": 8,
"FacilityName": "TV",
"IsArchived": false,
"IconName": "TV.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/RoomFacility/Thumb_RoomFacilityIcon_TVAsvg2019_05_16_02_29_10_PM.svg"
}
],
"RoomPhoto": [
{
"RoomPhotoID": 204,
"RoomID": 64,
"PhotoFileName": "NBC compass family room sleep 6.jpg",
"PhotoFilePath": "https://uat.breakaway.ie/Documents/Common/RoomImage/RoomImageCompass Club Family 6_NBC_compass_family_room_sleep_6Ajpg2019_04_30_04_14_49_PM.jpg",
"PhotoTag": "Compass Club Family 6",
"IsArchived": false,
"IsDeleted": false,
"TenantPhotoVisibility": null
}
],
"RoomPricing": {
"Price": 755.98,
"PriceNote": "SUMWIN 22-23 -P6 (RC1)",
"DiscountPrice": 0.0,
"AllotmentCode": "O",
"SpecialOffer": null,
"ParkPassID": null,
"RateCategoryId": 0,
"RateCategory": null,
"RatePlanObj": {
"RatePlanCategoryId": 1,
"RatePlanCategory": "ROOM_TICKET_GEN",
"RatePlanID": 451,
"RatePlanCode": "RSTDNBXC0LJEFT9",
"MealPlanID": 2,
"MealPlanCode": "BK",
"RoomTypeCode": "HTLD3URO6",
"PropertyCode": "50568"
}
},
"SpecialOffers": [],
"PassengerAllotment": [
{
"RoomSequence": 0,
"RoomAllotment": [
{
"AgeCategoryName": null,
"AgeCategoryCode": "AD",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 1,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH1218",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH711",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH36",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
},
{
"AgeCategoryName": null,
"AgeCategoryCode": "CH03",
"AgeCategoryGroupCode": null,
"AgeCategoryIconPath": null,
"StartAgeLimit": null,
"EndAgeLimit": null,
"PersonCount": 0,
"Sequence": 0
}
],
"MemberObj": null
}
],
"IsPromotionalDiscountApplicable": false,
"Capcity": 6,
"HotelID": 4,
"TenantID": 0,
"IsFreeSale": true,
"RoomCode": "HTLD3URO6",
"Description": "<p><span>The Compass Club Family room has additional space to accommodate 2 Double Beds and 2 Sofa Beds which can sleep up to 6 persons</span><br/></p><p><span><b>Compass Club Amenities</b></span><br/></p><p><span>American buffet breakfast from 7am to 11am<br/></span><span>Private Reception<br/></span><span>Private Lounge from 7am to 10pm with hot and cold drinks and sweet and savoury snacks from 4pm to 530pm<br/></span><span>Tea & Espresso available<br/>Room Service Breakfast/Dinner</span></p><p></p><p><b>.** Gourmet Breakfast included for guests in Compass Club Rooms</b></p><p></p>",
"RoomID": 64,
"RoomName": "Compass Club Family (6",
"IsArchived": false
}
],
"HotelFacility": [
{
"FacilityID": 1,
"FacilityName": "Swimming Pool",
"IsArchived": false,
"IconName": "Swimming_pool.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/HotelFacility/Thumb_FacilityIcon_Swimming_poolAsvg2019_05_16_02_27_52_PM.svg"
},
{
"FacilityID": 2,
"FacilityName": "Sauna or Steam Room",
"IsArchived": false,
"IconName": "spa.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/HotelFacility/Thumb_FacilityIcon_spaAsvg2019_05_16_02_27_42_PM.svg"
},
{
"FacilityID": 3,
"FacilityName": "Fitness Room",
"IsArchived": false,
"IconName": "Fitness_Room.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/HotelFacility/Thumb_FacilityIcon_Fitness_RoomAsvg2019_05_16_02_27_11_PM.svg"
},
{
"FacilityID": 4,
"FacilityName": "Within Walking Distance",
"IsArchived": false,
"IconName": "walking_distance.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/HotelFacility/Thumb_FacilityIcon_walking_distanceAsvg2019_05_16_02_28_05_PM.svg"
},
{
"FacilityID": 6,
"FacilityName": "Free Shuttle to the parks",
"IsArchived": false,
"IconName": "free_shuttle.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/HotelFacility/Thumb_FacilityIcon_free_shuttleAsvg2019_05_16_02_27_20_PM.svg"
},
{
"FacilityID": 7,
"FacilityName": "Free Wifi",
"IsArchived": false,
"IconName": "WIFI.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/HotelFacility/Thumb_FacilityIcon_WIFIAsvg2019_05_16_02_27_27_PM.svg"
},
{
"FacilityID": 8,
"FacilityName": "Extra Magic Hour",
"IsArchived": false,
"IconName": "magichrs.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/HotelFacility/Thumb_FacilityIcon_magichrsAsvg2019_05_16_02_26_58_PM.svg"
},
{
"FacilityID": 9,
"FacilityName": "Bar",
"IsArchived": false,
"IconName": "bar.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/HotelFacility/Thumb_FacilityIcon_barAsvg2019_05_16_02_32_14_PM.svg"
},
{
"FacilityID": 10,
"FacilityName": "Restaurant",
"IsArchived": false,
"IconName": "restaurent _1.svg",
"IconPath": "https://uat.breakaway.ie/Documents/Common/HotelFacility/Thumb_FacilityIcon_restaurent__1Asvg2019_05_16_02_27_34_PM.svg"
}
],
"PoolClosers": [
{
"HotelPoolClosureID": 211,
"HotelID": 4,
"StartDate": "2021-11-29T00:00:00",
"EndDate": "2021-12-02T00:00:00",
"Message": "Pool Closed 29 Nov 21 to 02 Dec 21",
"IsArchived": false
},
{
"HotelPoolClosureID": 212,
"HotelID": 4,
"StartDate": "2022-06-06T00:00:00",
"EndDate": "2022-06-10T00:00:00",
"Message": "Pool Closed 06 Jun 22 to 10 Jun 22",
"IsArchived": false
}
],
"Disruptions": [
{
"HotelDisruptionID": 55,
"HotelID": 4,
"StartDate": "2021-10-26T00:00:00",
"EndDate": "2021-11-01T00:00:00",
"Message": "To attend the Halloween Party (8pm to 2am) you must purchase a party ticket. €75.65 per person",
"IsArchived": false
},
{
"HotelDisruptionID": 26,
"HotelID": 4,
"StartDate": "2021-12-19T00:00:00",
"EndDate": "2022-01-05T00:00:00",
"Message": "If your booking includes a Meal Plan please note that Half Board Meal Plan vouchers are only valid for use for Lunch on 24 & 31Dec ( there are no Full Board or Dinner vouchers available on these dates )",
"IsArchived": false
},
{
"HotelDisruptionID": 37,
"HotelID": 4,
"StartDate": "2021-12-27T00:00:00",
"EndDate": "2022-01-04T00:00:00",
"Message": "To attend the New Year’s Eve Party (8pm to 2am) you must purchase a party ticket. €92.65 per person",
"IsArchived": false
}
]
}
],
"ParkPassPriceList": [
{
"ParkPassID": 12,
"ParkPassName": "Theme Park Pass 2 Days",
"NoOfNights": 1
}
]
},
"ExtraObject": null,
"IsTimeout": false,
"HttpResponseCode": 200,
"ErrorCode": null
}
Created with the Personal Edition of HelpNDoc: Free EPub producer