Step 1 - Create your Free Comencia instance at comencia.com. Select your color scheme, logo and background image. As you are deep linking the background image will not be seen by customers.
Step 2 - Use the NEW CID, API Key and Shared Secret supplied to you by Comencia.
NOTE: you MUST include the option ROOM_TYPES in your Hotel Availability request in order to get the Room Type data
<HotelRoomAvailabilityRequest>
<hotelId>115902</hotelId>
<arrivalDate>1/10/2017</arrivalDate>
<departureDate>1/11/2017</departureDate>
<includeDetails>true</includeDetails>
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
</Room>
</RoomGroup>
<options>ROOM_TYPES</options>
</HotelRoomAvailabilityRequest>
Step 3 - Update the Deep Link you used to call Expedia
The Expedia HotelRoomAvailability response call returns a value called <deepLink>
Example:
<deepLink>https://www.travelnow.com/templates/369532/hotels/110839/book?lang=en&currency=USD&standardCheckin=9/5/2015&standardCheckout=9/7/2015&selectedPrice=256.62&supplierType=E&rateCode=4789&roomTypeCode=4789&roomsCount=1&rooms[0].adultsCount=2</deepLink>1
This is normally the link existing EAN partners put behind the BOOK button.
There are some changes needed to this link to point at your Comencia instance.
All of the data you need to create the new link is in the HotelRoomAvailability response. These are the key fields
<arrivalDate>03/01/2017</arrivalDate> - maps to arrivalDate
<departureDate>03/02/2017</departureDate> - maps to departureDate
<hotelId>173958</hotelId> - maps to hotelId
<rateCode>206301381</rateCode> - maps to rateCode
<rateKey> d4e3c974-b80a-4ee7-bd91-09ffd4cb7f5e-5001</rateKey> - maps to rateKey
<RoomType roomTypeId="1074200" roomCode="200504553">- maps to roomTypeId and roomCode
<rateType>MerchantStandard</rateType> - maps to rateType
<supplierType>E</supplierType> - maps to supplierType
room type id
The new call will be as follows (from data below):
https://go.comencia.com/checkout?arrivalDate=01/10/2017&departureDate=01/11/2017&hotelId=115902&rateCode=202736100&rateKey=b546ee60-49d1-4d5e-b1e8-d71ed101e4d5-5001&rateType=MerchantStandard&room1=1&roomCode=200504553&roomTypeId=1074200&supplierType=E
Note: roomTypeCode maps to roomCode and roomTypeId
Example response.
I have highlighted in BOLD the fields.
Content-Type: application/xml
Date: Wed, 30 Nov 2016 17:24:04 GMT
Connection: keep-alive
Content-Length: 5891
Vary: Accept-Encoding
Content-Encoding: gzip
Transaction-Id: cae46c2e-b721-11e6-ac6e-5cac52a55794
HCS: 0
<ns2:HotelRoomAvailabilityResponse xmlns:ns2="http://v3.hotel.wsapi.ean.com/" size="25">
<customerSessionId>0ABAAC0D-DDB9-5591-58B2-6400C5691402</customerSessionId>
<hotelId>115902</hotelId>
<arrivalDate>01/10/2017</arrivalDate>
<departureDate>01/11/2017</departureDate>
<hotelName>New York Marriott Marquis</hotelName>
<hotelAddress>1535 Broadway</hotelAddress>
<hotelCity>New York</hotelCity>
<hotelStateProvince>NY</hotelStateProvince>
<hotelCountry>US</hotelCountry>
<numberOfRoomsRequested>1</numberOfRoomsRequested>
<checkInInstructions><p><b>Fees</b> <br /><p>The following fees and deposits are charged by the property at time of service, check-in, or check-out. </p> <ul> <li>Fee for buffet breakfast: USD 36.00 per person (approximately)</li> <li>Fee for in-room wireless Internet: USD 19.95 per day (rates may vary)</li> <li>Fee for in-room high-speed Internet (wired): USD 19.95 per day (rates may vary)</li> <li>Valet parking fee: USD 90.00 per day</li> <li>Crib (infant bed) fee: USD 15.00 per night</li> </ul> <p>The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. </p></p></checkInInstructions>
<tripAdvisorRating>4.0</tripAdvisorRating>
<tripAdvisorReviewCount>8941</tripAdvisorReviewCount>
<tripAdvisorRatingUrl>http://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-36008-4.gif</tripAdvisorRatingUrl>
<HotelRoomResponse>
<rateCode>202736100</rateCode>
<rateDescription>Deluxe Room, Multiple Beds</rateDescription>
<RoomType roomTypeId="1074200" roomCode="200504553">
<description>Deluxe Room, Multiple Beds</description>
<descriptionLong><strong>2 Full Beds and 1 Full Sofa Bed</strong><br /> 385 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="83">
<description>2 double and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>b546ee60-49d1-4d5e-b1e8-d71ed101e4d5-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="269.41" rate="269.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="269.41" averageRate="269.41" commissionableUsdTotal="269.41" currencyCode="USD" maxNightlyRate="269.41" nightlyRateTotal="269.41" grossProfitOffline="5.87" grossProfitOnline="27.75"surchargeTotal="43.23" total="312.64">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="269.41" rate="269.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="39.73" />
<Surcharge type="TaxAndServiceFee" amount="43.23" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>This rate is non-refundable and cannot be changed or cancelled - if you do choose to change or cancel this booking you will not be refunded any of the payment.</cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>208152171</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>208152170</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>999</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>true</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>43.23</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=312.64&supplierType=E&rateCode=202736100&roomTypeCode=200504553&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>200501549</rateCode>
<rateDescription>Deluxe Room, 1 King Bed with Sofa bed - Standard Room - Advance Purchase - Non Refundable</rateDescription>
<RoomType roomTypeId="158469" roomCode="16889">
<description>Deluxe Room, 1 King Bed with Sofa bed</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 388 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>3</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>2096eb54-d0d8-4843-bb38-4459dbf5d09b-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="269.41" rate="269.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="269.41" averageRate="269.41" commissionableUsdTotal="269.41" currencyCode="USD" maxNightlyRate="269.41" nightlyRateTotal="269.41" grossProfitOffline="5.87" grossProfitOnline="27.75"surchargeTotal="43.23" total="312.64">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="269.41" rate="269.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="39.73" />
<Surcharge type="TaxAndServiceFee" amount="43.23" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>This rate is non-refundable and cannot be changed or cancelled - if you do choose to change or cancel this booking you will not be refunded any of the payment.</cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>208152171</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>208152170</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>999</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>true</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>43.23</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=312.64&supplierType=E&rateCode=200501549&roomTypeCode=16889&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>202736101</rateCode>
<rateDescription>Deluxe Room, Multiple Beds</rateDescription>
<RoomType roomTypeId="1074200" roomCode="200504553">
<description>Deluxe Room, Multiple Beds</description>
<descriptionLong><strong>2 Full Beds and 1 Full Sofa Bed</strong><br /> 385 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="83">
<description>2 double and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>2d9b0a63-b98a-40f0-ac5d-de2639d95e09-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="299.41" rate="299.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="299.41" averageRate="299.41" commissionableUsdTotal="299.41" currencyCode="USD" maxNightlyRate="299.41" nightlyRateTotal="299.41" grossProfitOffline="6.52" grossProfitOnline="30.82"surchargeTotal="47.66" total="347.07">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="299.41" rate="299.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="44.16" />
<Surcharge type="TaxAndServiceFee" amount="47.66" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399912</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399911</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>47.66</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=347.07&supplierType=E&rateCode=202736101&roomTypeCode=200504553&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>204166243</rateCode>
<rateDescription>Deluxe Room, 1 King Bed with Sofa bed</rateDescription>
<RoomType roomTypeId="158469" roomCode="16889">
<description>Deluxe Room, 1 King Bed with Sofa bed</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 388 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>3</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>2c774128-9efa-4b7f-bec3-c26321847987-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="299.41" rate="299.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="299.41" averageRate="299.41" commissionableUsdTotal="299.41" currencyCode="USD" maxNightlyRate="299.41" nightlyRateTotal="299.41" grossProfitOffline="6.52" grossProfitOnline="30.82"surchargeTotal="47.66" total="347.07">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="299.41" rate="299.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="44.16" />
<Surcharge type="TaxAndServiceFee" amount="47.66" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399912</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399911</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>47.66</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=347.07&supplierType=E&rateCode=204166243&roomTypeCode=16889&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>208825354</rateCode>
<rateDescription>Deluxe Room, Multiple Beds</rateDescription>
<RoomType roomTypeId="1074200" roomCode="200504553">
<description>Deluxe Room, Multiple Beds</description>
<descriptionLong><strong>2 Full Beds and 1 Full Sofa Bed</strong><br /> 385 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="83">
<description>2 double and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>9e1571eb-1bc1-4da8-8988-4d0af121c485-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="309.41" rate="309.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="309.41" averageRate="309.41" commissionableUsdTotal="309.41" currencyCode="USD" maxNightlyRate="309.41" nightlyRateTotal="309.41" grossProfitOffline="6.74" grossProfitOnline="31.84"surchargeTotal="49.15" total="358.56">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="309.41" rate="309.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="45.65" />
<Surcharge type="TaxAndServiceFee" amount="49.15" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>This rate is non-refundable and cannot be changed or cancelled - if you do choose to change or cancel this booking you will not be refunded any of the payment.</cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>208152190</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>208152189</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>999</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>true</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>49.15</taxRate>
</RateInfo>
</RateInfos>
<ValueAdds size="1">
<ValueAdd id="2104">
<description>Full Breakfast</description>
</ValueAdd>
</ValueAdds>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=358.56&supplierType=E&rateCode=208825354&roomTypeCode=200504553&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>208825353</rateCode>
<rateDescription>Deluxe Room, 1 King Bed with Sofa bed</rateDescription>
<RoomType roomTypeId="158469" roomCode="16889">
<description>Deluxe Room, 1 King Bed with Sofa bed</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 388 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>3</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>3a9fd0dd-1668-49b1-b388-465bf39c0262-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="309.41" rate="309.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="309.41" averageRate="309.41" commissionableUsdTotal="309.41" currencyCode="USD" maxNightlyRate="309.41" nightlyRateTotal="309.41" grossProfitOffline="6.74" grossProfitOnline="31.84"surchargeTotal="49.15" total="358.56">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="309.41" rate="309.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="45.65" />
<Surcharge type="TaxAndServiceFee" amount="49.15" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>This rate is non-refundable and cannot be changed or cancelled - if you do choose to change or cancel this booking you will not be refunded any of the payment.</cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>208152190</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>208152189</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>999</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>true</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>49.15</taxRate>
</RateInfo>
</RateInfos>
<ValueAdds size="1">
<ValueAdd id="2104">
<description>Full Breakfast</description>
</ValueAdd>
</ValueAdds>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=358.56&supplierType=E&rateCode=208825353&roomTypeCode=16889&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>204422576</rateCode>
<rateDescription>Premier Room, 1 King Bed with Sofabed, Corner - Superior Room - Larger Corner Room - Advance Purchase - Non Refundable</rateDescription>
<RoomType roomTypeId="666070" roomCode="200055172">
<description>Premier Room, 1 King Bed with Sofabed, Corner</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 484 sq feet (45 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>51464293-c1ca-4f5b-bb53-46a800eaac70-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="314.41" rate="314.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="314.41" averageRate="314.41" commissionableUsdTotal="314.41" currencyCode="USD" maxNightlyRate="314.41" nightlyRateTotal="314.41" grossProfitOffline="6.85" grossProfitOnline="32.35"surchargeTotal="49.87" total="364.28">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="314.41" rate="314.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="46.37" />
<Surcharge type="TaxAndServiceFee" amount="49.87" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>This rate is non-refundable and cannot be changed or cancelled - if you do choose to change or cancel this booking you will not be refunded any of the payment.</cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>208152190</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>208152189</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>999</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>true</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>49.87</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=364.28&supplierType=E&rateCode=204422576&roomTypeCode=200055172&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>201893208</rateCode>
<rateDescription>Superior Room, 1 King Bed with Sofa bed, View (Times Square)</rateDescription>
<RoomType roomTypeId="262193" roomCode="111835">
<description>Superior Room, 1 King Bed with Sofa bed, View (Times Square)</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 388 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>3</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>4ac54a70-936d-439a-9a3f-bc5f77524fe6-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="314.41" rate="314.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="314.41" averageRate="314.41" commissionableUsdTotal="314.41" currencyCode="USD" maxNightlyRate="314.41" nightlyRateTotal="314.41" grossProfitOffline="6.85" grossProfitOnline="32.35"surchargeTotal="49.87" total="364.28">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="314.41" rate="314.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="46.37" />
<Surcharge type="TaxAndServiceFee" amount="49.87" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>This rate is non-refundable and cannot be changed or cancelled - if you do choose to change or cancel this booking you will not be refunded any of the payment.</cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>208152171</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>208152170</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>999</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>true</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>49.87</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=364.28&supplierType=E&rateCode=201893208&roomTypeCode=111835&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>203230882</rateCode>
<rateDescription>Superior Room, Multiple Beds, View (Times Square)</rateDescription>
<RoomType roomTypeId="1074201" roomCode="200504552">
<description>Superior Room, Multiple Beds, View (Times Square)</description>
<descriptionLong><strong>2 Full Beds and 1 Full Sofa Bed</strong><br /> 385 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="83">
<description>2 double and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>b13768a8-6589-4487-9f3b-fd6956e49f3e-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="337.41" rate="337.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="337.41" averageRate="337.41" commissionableUsdTotal="337.41" currencyCode="USD" maxNightlyRate="337.41" nightlyRateTotal="337.41" grossProfitOffline="7.35" grossProfitOnline="34.70"surchargeTotal="53.27" total="390.68">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="337.41" rate="337.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="49.77" />
<Surcharge type="TaxAndServiceFee" amount="53.27" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>This rate is non-refundable and cannot be changed or cancelled - if you do choose to change or cancel this booking you will not be refunded any of the payment.</cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>203170073</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>203170072</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>999</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>true</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>53.27</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=390.68&supplierType=E&rateCode=203230882&roomTypeCode=200504552&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>200320446</rateCode>
<rateDescription>Superior Room, 1 King Bed with Sofa bed, View (Times Square)</rateDescription>
<RoomType roomTypeId="262193" roomCode="111835">
<description>Superior Room, 1 King Bed with Sofa bed, View (Times Square)</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 388 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>3</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>b8032921-710a-4f45-a2c7-417d1ff865b2-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="349.41" rate="349.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="349.41" averageRate="349.41" commissionableUsdTotal="349.41" currencyCode="USD" maxNightlyRate="349.41" nightlyRateTotal="349.41" grossProfitOffline="7.61" grossProfitOnline="35.92"surchargeTotal="55.04" total="404.45">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="349.41" rate="349.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="51.54" />
<Surcharge type="TaxAndServiceFee" amount="55.04" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399912</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399911</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>55.04</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=404.45&supplierType=E&rateCode=200320446&roomTypeCode=111835&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>200320451</rateCode>
<rateDescription>Premier Room, 1 King Bed with Sofabed, Corner</rateDescription>
<RoomType roomTypeId="666070" roomCode="200055172">
<description>Premier Room, 1 King Bed with Sofabed, Corner</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 484 sq feet (45 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>bbcacf23-5e21-4f37-a91b-e81d3a05ae88-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="349.41" rate="349.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="349.41" averageRate="349.41" commissionableUsdTotal="349.41" currencyCode="USD" maxNightlyRate="349.41" nightlyRateTotal="349.41" grossProfitOffline="7.61" grossProfitOnline="35.92"surchargeTotal="55.04" total="404.45">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="349.41" rate="349.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="51.54" />
<Surcharge type="TaxAndServiceFee" amount="55.04" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399925</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399924</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>55.04</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=404.45&supplierType=E&rateCode=200320451&roomTypeCode=200055172&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>208825355</rateCode>
<rateDescription>Superior Room, 1 King Bed with Sofa bed, View (Times Square)</rateDescription>
<RoomType roomTypeId="262193" roomCode="111835">
<description>Superior Room, 1 King Bed with Sofa bed, View (Times Square)</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 388 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>3</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>3c843691-3a39-40af-8909-e31fcebda268-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="354.41" rate="354.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="354.41" averageRate="354.41" commissionableUsdTotal="354.41" currencyCode="USD" maxNightlyRate="354.41" nightlyRateTotal="354.41" grossProfitOffline="7.72" grossProfitOnline="36.43"surchargeTotal="55.79" total="410.20">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="354.41" rate="354.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="52.29" />
<Surcharge type="TaxAndServiceFee" amount="55.79" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>This rate is non-refundable and cannot be changed or cancelled - if you do choose to change or cancel this booking you will not be refunded any of the payment.</cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>208152190</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>208152189</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>999</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>true</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>55.79</taxRate>
</RateInfo>
</RateInfos>
<ValueAdds size="1">
<ValueAdd id="2104">
<description>Full Breakfast</description>
</ValueAdd>
</ValueAdds>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=410.20&supplierType=E&rateCode=208825355&roomTypeCode=111835&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>390246</rateCode>
<rateDescription>Deluxe Room, 1 King Bed with Sofa bed - Standard Room - Family Breakfast Included 2 adults max and children under 12</rateDescription>
<RoomType roomTypeId="158469" roomCode="16889">
<description>Deluxe Room, 1 King Bed with Sofa bed</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 388 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>3</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>4c4cc5c3-9639-4a28-b3a7-90d9413cdf28-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="369.41" rate="369.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="369.41" averageRate="369.41" commissionableUsdTotal="369.41" currencyCode="USD" maxNightlyRate="369.41" nightlyRateTotal="369.41" grossProfitOffline="8.05" grossProfitOnline="37.97"surchargeTotal="57.98" total="427.39">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="369.41" rate="369.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="54.48" />
<Surcharge type="TaxAndServiceFee" amount="57.98" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399912</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399911</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>57.98</taxRate>
</RateInfo>
</RateInfos>
<ValueAdds size="1">
<ValueAdd id="2104">
<description>Full Breakfast</description>
</ValueAdd>
</ValueAdds>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=427.39&supplierType=E&rateCode=390246&roomTypeCode=16889&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>204166245</rateCode>
<rateDescription>Deluxe Room, Multiple Beds - Breakfast 2 adults and children under 12</rateDescription>
<RoomType roomTypeId="1074200" roomCode="200504553">
<description>Deluxe Room, Multiple Beds</description>
<descriptionLong><strong>2 Full Beds and 1 Full Sofa Bed</strong><br /> 385 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="83">
<description>2 double and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>01a13a9c-d4f2-4bb7-b334-e279e1ec0fc8-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="369.41" rate="369.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="369.41" averageRate="369.41" commissionableUsdTotal="369.41" currencyCode="USD" maxNightlyRate="369.41" nightlyRateTotal="369.41" grossProfitOffline="8.05" grossProfitOnline="37.97"surchargeTotal="57.98" total="427.39">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="369.41" rate="369.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="54.48" />
<Surcharge type="TaxAndServiceFee" amount="57.98" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399912</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399911</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>57.98</taxRate>
</RateInfo>
</RateInfos>
<ValueAdds size="1">
<ValueAdd id="2194">
<description>Breakfast for 2</description>
</ValueAdd>
</ValueAdds>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=427.39&supplierType=E&rateCode=204166245&roomTypeCode=200504553&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>204166242</rateCode>
<rateDescription>Superior Room, Multiple Beds, View (Times Square)</rateDescription>
<RoomType roomTypeId="1074201" roomCode="200504552">
<description>Superior Room, Multiple Beds, View (Times Square)</description>
<descriptionLong><strong>2 Full Beds and 1 Full Sofa Bed</strong><br /> 385 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="83">
<description>2 double and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>cc30651f-2644-4f29-934f-620abbd17911-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="374.41" rate="374.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="374.41" averageRate="374.41" commissionableUsdTotal="374.41" currencyCode="USD" maxNightlyRate="374.41" nightlyRateTotal="374.41" grossProfitOffline="8.16" grossProfitOnline="38.48"surchargeTotal="58.73" total="433.14">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="374.41" rate="374.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="55.23" />
<Surcharge type="TaxAndServiceFee" amount="58.73" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399925</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399924</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>58.73</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=433.14&supplierType=E&rateCode=204166242&roomTypeCode=200504552&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>208825356</rateCode>
<rateDescription>Superior Room, Multiple Beds, View (Times Square)</rateDescription>
<RoomType roomTypeId="1074201" roomCode="200504552">
<description>Superior Room, Multiple Beds, View (Times Square)</description>
<descriptionLong><strong>2 Full Beds and 1 Full Sofa Bed</strong><br /> 385 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="83">
<description>2 double and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>0805b6a9-8156-4344-8ede-015fcb780c08-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="377.41" rate="377.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="377.41" averageRate="377.41" commissionableUsdTotal="377.41" currencyCode="USD" maxNightlyRate="377.41" nightlyRateTotal="377.41" grossProfitOffline="8.22" grossProfitOnline="38.78"surchargeTotal="59.17" total="436.58">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="377.41" rate="377.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="55.67" />
<Surcharge type="TaxAndServiceFee" amount="59.17" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>This rate is non-refundable and cannot be changed or cancelled - if you do choose to change or cancel this booking you will not be refunded any of the payment.</cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>208152190</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>208152189</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>999</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>true</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>59.17</taxRate>
</RateInfo>
</RateInfos>
<ValueAdds size="1">
<ValueAdd id="2104">
<description>Full Breakfast</description>
</ValueAdd>
</ValueAdds>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=436.58&supplierType=E&rateCode=208825356&roomTypeCode=200504552&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>201259555</rateCode>
<rateDescription>Superior Room, 1 King Bed with Sofa bed, View (Times Square) - Times Square View Room - Breakfast Included- Family Breakfast max 2 adults and children under 12</rateDescription>
<RoomType roomTypeId="262193" roomCode="111835">
<description>Superior Room, 1 King Bed with Sofa bed, View (Times Square)</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 388 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>3</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>15b29471-5d95-48d0-8ae3-1d8535fa1cd1-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="419.41" rate="419.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="419.41" averageRate="419.41" commissionableUsdTotal="419.41" currencyCode="USD" maxNightlyRate="419.41" nightlyRateTotal="419.41" grossProfitOffline="9.14" grossProfitOnline="43.07"surchargeTotal="65.36" total="484.77">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="419.41" rate="419.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="61.86" />
<Surcharge type="TaxAndServiceFee" amount="65.36" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399925</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399924</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>65.36</taxRate>
</RateInfo>
</RateInfos>
<ValueAdds size="2">
<ValueAdd id="2104">
<description>Full Breakfast</description>
</ValueAdd>
<ValueAdd id="2194">
<description>Breakfast for 2</description>
</ValueAdd>
</ValueAdds>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=484.77&supplierType=E&rateCode=201259555&roomTypeCode=111835&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>203000293</rateCode>
<rateDescription>Superior Room, Multiple Beds, View (Times Square) - Breakfast for 2 adults, 2 kids under 12</rateDescription>
<RoomType roomTypeId="1074201" roomCode="200504552">
<description>Superior Room, Multiple Beds, View (Times Square)</description>
<descriptionLong><strong>2 Full Beds and 1 Full Sofa Bed</strong><br /> 385 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="83">
<description>2 double and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>bd8c7389-118d-4d30-a1e3-5483e07722c9-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="444.41" rate="444.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="444.41" averageRate="444.41" commissionableUsdTotal="444.41" currencyCode="USD" maxNightlyRate="444.41" nightlyRateTotal="444.41" grossProfitOffline="9.68" grossProfitOnline="45.63"surchargeTotal="69.04" total="513.45">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="444.41" rate="444.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="65.54" />
<Surcharge type="TaxAndServiceFee" amount="69.04" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399929</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399928</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>69.04</taxRate>
</RateInfo>
</RateInfos>
<ValueAdds size="1">
<ValueAdd id="2194">
<description>Breakfast for 2</description>
</ValueAdd>
</ValueAdds>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=513.45&supplierType=E&rateCode=203000293&roomTypeCode=200504552&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>207098696</rateCode>
<rateDescription>Deluxe Room, Multiple Beds - Standard Room - Breakfast Included 4 adults max</rateDescription>
<RoomType roomTypeId="1074200" roomCode="200504553">
<description>Deluxe Room, Multiple Beds</description>
<descriptionLong><strong>2 Full Beds and 1 Full Sofa Bed</strong><br /> 385 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="83">
<description>2 double and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>2fc5f3e3-39f5-45ea-967b-249d4029561d-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="449.41" rate="449.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="449.41" averageRate="449.41" commissionableUsdTotal="449.41" currencyCode="USD" maxNightlyRate="449.41" nightlyRateTotal="449.41" grossProfitOffline="9.79" grossProfitOnline="46.14"surchargeTotal="69.81" total="519.22">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="449.41" rate="449.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="66.31" />
<Surcharge type="TaxAndServiceFee" amount="69.81" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399925</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399924</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>69.81</taxRate>
</RateInfo>
</RateInfos>
<ValueAdds size="1">
<ValueAdd id="2104">
<description>Full Breakfast</description>
</ValueAdd>
</ValueAdds>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=519.22&supplierType=E&rateCode=207098696&roomTypeCode=200504553&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>207098691</rateCode>
<rateDescription>Superior Room, Multiple Beds, View (Times Square) - Times Square View Room - Breakfast Included 4 adults max</rateDescription>
<RoomType roomTypeId="1074201" roomCode="200504552">
<description>Superior Room, Multiple Beds, View (Times Square)</description>
<descriptionLong><strong>2 Full Beds and 1 Full Sofa Bed</strong><br /> 385 sq feet (36 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="83">
<description>2 double and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>8ccc59ef-eac9-4aaa-8735-523f7a4d2a20-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="524.41" rate="524.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="524.41" averageRate="524.41" commissionableUsdTotal="524.41" currencyCode="USD" maxNightlyRate="524.41" nightlyRateTotal="524.41" grossProfitOffline="11.43"grossProfitOnline="53.80" surchargeTotal="80.86" total="605.27">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="524.41" rate="524.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="77.36" />
<Surcharge type="TaxAndServiceFee" amount="80.86" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399925</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399924</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>80.86</taxRate>
</RateInfo>
</RateInfos>
<ValueAdds size="1">
<ValueAdd id="2104">
<description>Full Breakfast</description>
</ValueAdd>
</ValueAdds>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=605.27&supplierType=E&rateCode=207098691&roomTypeCode=200504552&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>204423481</rateCode>
<rateDescription>Deluxe Suite, 1 Bedroom</rateDescription>
<RoomType roomTypeId="1463853" roomCode="200817125">
<description>Deluxe Suite, 1 Bedroom</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 732 sq feet (68 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>2bfdb854-9b10-4c80-9f5a-22dbb1b0e65f-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="539.41" rate="539.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="539.41" averageRate="539.41" commissionableUsdTotal="539.41" currencyCode="USD" maxNightlyRate="539.41" nightlyRateTotal="539.41" grossProfitOffline="11.55"grossProfitOnline="55.26" surchargeTotal="85.05" total="624.46">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="539.41" rate="539.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="79.55" />
<Surcharge type="TaxAndServiceFee" amount="85.05" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>This rate is non-refundable and cannot be changed or cancelled - if you do choose to change or cancel this booking you will not be refunded any of the payment.</cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>208152171</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>208152170</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>999</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>true</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>2</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>85.05</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=624.46&supplierType=E&rateCode=204423481&roomTypeCode=200817125&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>204423482</rateCode>
<rateDescription>Deluxe Suite, 1 Bedroom</rateDescription>
<RoomType roomTypeId="684986" roomCode="200076647">
<description>Deluxe Suite, 1 Bedroom</description>
<descriptionLong><strong>2 Full Beds and 1 Full Sofa Bed</strong><br /> 732 sq feet (68 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="83">
<description>2 double and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>61fce27f-fae7-4ba9-aac1-35b688b3cc7b-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="539.41" rate="539.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="539.41" averageRate="539.41" commissionableUsdTotal="539.41" currencyCode="USD" maxNightlyRate="539.41" nightlyRateTotal="539.41" grossProfitOffline="11.55"grossProfitOnline="55.26" surchargeTotal="85.05" total="624.46">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="539.41" rate="539.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="79.55" />
<Surcharge type="TaxAndServiceFee" amount="85.05" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>This rate is non-refundable and cannot be changed or cancelled - if you do choose to change or cancel this booking you will not be refunded any of the payment.</cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>208152171</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>208152170</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>999</startWindowHours>
<nightCount>0</nightCount>
<percent>100</percent>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>true</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>85.05</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=624.46&supplierType=E&rateCode=204423482&roomTypeCode=200076647&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>204178765</rateCode>
<rateDescription>Deluxe Suite, 1 Bedroom</rateDescription>
<RoomType roomTypeId="1463853" roomCode="200817125">
<description>Deluxe Suite, 1 Bedroom</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 732 sq feet (68 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>5d1b8783-f6ca-4d60-a4b6-c502741b6455-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="599.41" rate="599.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="599.41" averageRate="599.41" commissionableUsdTotal="599.41" currencyCode="USD" maxNightlyRate="599.41" nightlyRateTotal="599.41" grossProfitOffline="12.86"grossProfitOnline="61.39" surchargeTotal="93.91" total="693.32">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="599.41" rate="599.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="88.41" />
<Surcharge type="TaxAndServiceFee" amount="93.91" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399929</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399928</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>2</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>93.91</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=693.32&supplierType=E&rateCode=204178765&roomTypeCode=200817125&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>200456380</rateCode>
<rateDescription>Deluxe Suite, 1 Bedroom</rateDescription>
<RoomType roomTypeId="684986" roomCode="200076647">
<description>Deluxe Suite, 1 Bedroom</description>
<descriptionLong><strong>2 Full Beds and 1 Full Sofa Bed</strong><br /> 732 sq feet (68 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="83">
<description>2 double and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>96e31eb5-36af-4bf7-a3aa-f5c19b54572e-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="599.41" rate="599.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="599.41" averageRate="599.41" commissionableUsdTotal="599.41" currencyCode="USD" maxNightlyRate="599.41" nightlyRateTotal="599.41" grossProfitOffline="12.86"grossProfitOnline="61.39" surchargeTotal="93.91" total="693.32">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="599.41" rate="599.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="88.41" />
<Surcharge type="TaxAndServiceFee" amount="93.91" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399912</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399911</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>93.91</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=693.32&supplierType=E&rateCode=200456380&roomTypeCode=200076647&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
<HotelRoomResponse>
<rateCode>200456400</rateCode>
<rateDescription>Premier Suite, 1 Bedroom - Executive One Bedroom Suite (larger living room)</rateDescription>
<RoomType roomTypeId="684987" roomCode="200076650">
<description>Premier Suite, 1 Bedroom</description>
<descriptionLong><strong>1 King Bed and 1 Full Sofa Bed</strong><br /> 721 sq feet (67 sq meters)<br /><br /><b>Entertainment</b> - WiFi and wired Internet access, 32-inch flat-screen TV <br /><b>Food & Drink</b> - Coffee/tea maker, room service, and refrigerator (on request)<br /><b>Sleep</b> - Premium bedding <br /><b>Bathroom</b> - Private bathroom, shower/tub combination, free toiletries, and a hair dryer<br /><b>Practical</b> - Sofa bed, safe, and free newspaper; cribs/infant beds available on request<br /><b>Comfort</b> - Air conditioning and daily housekeeping<br />Non-Smoking<br /></descriptionLong>
</RoomType>
<supplierType>E</supplierType>
<propertyId>15838</propertyId>
<BedTypes size="1">
<BedType id="67">
<description>1 king and 1 sofa bed</description>
</BedType>
</BedTypes>
<smokingPreferences>NS</smokingPreferences>
<rateOccupancyPerRoom>4</rateOccupancyPerRoom>
<quotedOccupancy>2</quotedOccupancy>
<minGuestAge>0</minGuestAge>
<RateInfos size="1">
<RateInfo priceBreakdown="true" promo="false" rateChange="false">
<RoomGroup>
<Room>
<numberOfAdults>2</numberOfAdults>
<numberOfChildren>0</numberOfChildren>
<rateKey>7fac2e29-7493-4a9a-9964-d9d08ac5812d-5001</rateKey>
<ChargeableNightlyRates>
<NightlyRate baseRate="699.41" rate="699.41" promo="false" />
</ChargeableNightlyRates>
</Room>
</RoomGroup>
<ChargeableRateInfo averageBaseRate="699.41" averageRate="699.41" commissionableUsdTotal="699.41" currencyCode="USD" maxNightlyRate="699.41" nightlyRateTotal="699.41" grossProfitOffline="15.04"grossProfitOnline="71.60" surchargeTotal="108.66" total="808.07">
<NightlyRatesPerRoom size="1">
<NightlyRate baseRate="699.41" rate="699.41" promo="false" />
</NightlyRatesPerRoom>
<Surcharges size="2">
<Surcharge type="SalesTax" amount="103.16" />
<Surcharge type="TaxAndServiceFee" amount="108.66" />
</Surcharges>
</ChargeableRateInfo>
<cancellationPolicy>We understand that sometimes your travel plans change. We do not charge a change or cancel fee. However, this property (New York Marriott Marquis) imposes the following penalty to its customers that we are required to pass on: Cancellations or changes made after 11:59 PM ((GMT-05:00) Eastern Time (US & Canada)) on Jan 9, 2017, or no-shows, are subject to a 1 Night Room & Tax penalty. </cancellationPolicy>
<CancelPolicyInfoList>
<CancelPolicyInfo>
<versionId>304399912</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>0</startWindowHours>
<nightCount>1</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
<CancelPolicyInfo>
<versionId>304399911</versionId>
<cancelTime>23:59:00</cancelTime>
<startWindowHours>24</startWindowHours>
<nightCount>0</nightCount>
<currencyCode>USD</currencyCode>
<timeZoneDescription>(GMT-05:00) Eastern Time (US & Canada)</timeZoneDescription>
</CancelPolicyInfo>
</CancelPolicyInfoList>
<nonRefundable>false</nonRefundable>
<rateType>MerchantStandard</rateType>
<currentAllotment>5</currentAllotment>
<guaranteeRequired>false</guaranteeRequired>
<depositRequired>true</depositRequired>
<taxRate>108.66</taxRate>
</RateInfo>
</RateInfos>
<deepLink>https://www.travelnow.com/templates/497501/hotels/115902/book?lang=en&currency=USD&standardCheckin=1/10/2017&standardCheckout=1/11/2017&selectedPrice=808.07&supplierType=E&rateCode=200456400&roomTypeCode=200076650&roomsCount=1&rooms[0].adultsCount=2</deepLink>
</HotelRoomResponse>
</ns2:HotelRoomAvailabilityResponse>
Comments
0 comments
Please sign in to leave a comment.