Skip Navigation

Get Hotel Details

5.0.0
Hotel
Search
SOAP API
Travel Agency

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

The Get Hotel Details API provides information on the availability of specific properties, together with all the descriptive and visual content, from all requested supply sources based on a stay period and occupancy.

Target Audience
Travel Agency
API Version
5.0.0
Authentication
Session or Sessionless Tokens
Service Action Code
GetHotelDetailsRQ

What is it?

The Get Hotel Details API is an orchestrated API used to:

  • Request specific Rate Plan Codes, Rate Plan Types, Client IDs, Loyalty/Corporate Discount IDs, and pre-paid/post-paid rates across all supply sources or per supply source.
  • Return the pricing summary and breakdown, payment indicators, cancellation and guarantee policies, and commission information.
  • Retrieve all the available products at the selected property from multiple sources, along with all of the property's descriptive and media information.

Request

Search parameters

  • Property ID – specify the ID of the property you would like to receive information for
  • Stay dates
  • Number of rooms
  • The number of guests, including children
  • Currency code the rates should be returned in
  • Rate plans, including any negotiated or contractual rates
  • Corporate discount codes
  • Loyalty IDs and/or frequent flyer numbers
  • Supply sources – specify the sources to be included in the search criteria (if access has been enabled).

Filters

  • Rate range in the specified currency
  • Rate types to be included – pre-paid or post-paid
  • Descriptive content to be included in the response
  • Property descriptions
  • Location information
  • Amenities
  • Number of images to be returned, along with image size and image categories

Response

The response will contain:

  • Property information
  • Property ID
  • Property name
  • Brand and chain information
  • Sabre's property rating
  • Number of floors at the property
  • Total number of rooms at the property
  • The property's type – apartment vs resort, etc.
  • The property's quality – economy/mid-scale/luxury/etc.
  • Property location information, including address, neighborhood, and latitude/longitude
  • Contact information
  • Amenities
  • Rate information
  • Rate
  • Amount before tax
  • Amount after tax
  • Average nightly rate
  • Nightly rate breakdown for multi-night stays
  • Currency code
  • Any additional fees that are not included
  • The supplier sourcing the rate
  • Loyalty ID
  • A unique rate key for the rate (used for the Hotel Price Check API)
  • Commission information – the commission that the point of sale would make
  • Information about the room, including room type and room view type
  • Rate plan
  • Meal plan – whether breakfast and/or other meals are included
  • Accepted credit cards
  • Guarantee and cancellation policies, including deadlines
  • Additional charges
  • Policies regarding aspects such as check-in and check out
  • Media URLs, including size and category, images, panoramic media, and videos

Book rates with Hotel Price Check

To book any of the rates displayed for a property, reference the rate key for the rate and request using the Hotel Price Check API. The RateKey returned in the shopping response does not expire, and can be used in the Hotel Price Check API request at any time. The rate itself may expire, but this will be reflected in the response.

Sample Request
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header>
        <eb:MessageHeader eb:version="3.0.0" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader">
            <eb:From>
                <eb:PartyId>777</eb:PartyId>
            </eb:From>
            <eb:To>
                <eb:PartyId>webservices.sabre.com</eb:PartyId>
            </eb:To>
            <eb:CPAId>TM61</eb:CPAId>
            <eb:ConversationId>1234567890</eb:ConversationId>
            <eb:Action>GetHotelDetailsRQ</eb:Action>
            <eb:MessageData>
                <eb:MessageId>LbQ26Jnofb4Q8f3Pk15Mg5</eb:MessageId>
                <eb:Timestamp>2015-05-12T13:23:00Z</eb:Timestamp>
                <eb:TimeToLive>2015-05-12T13:23:00Z</eb:TimeToLive>
            </eb:MessageData>
        </eb:MessageHeader>
        <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
            <wsse:BinarySecurityToken>{{usg-session-token}}</wsse:BinarySecurityToken>
        </wsse:Security>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
        <GetHotelDetailsRQ xmlns="http://services.sabre.com/hotel/details/v5_0_0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0.0" xsi:schemaLocation="http://services.sabre.com/hotel/details/v5_0_0 GetHotelDetailsRQ_v5.0.0.xsd">
            <!-- POS tag can be used in place of calling ContextChangeLLSRQ - availability will be done assuming you've already AAAed into the PCC in the Source // @PseudoCityCode -->
            <POS>
                <Source PseudoCityCode="TM61"/>
            </POS>
            <SearchCriteria>
                <HotelRefs>
                    <HotelRef HotelCode="1212" CodeContext="SABRE"/>
                </HotelRefs>
                <RateInfoRef CurrencyCode="USD" PrepaidQualifier="IncludePrepaid" RefundableOnly="true" ConvertedRateInfoOnly="true" SortBy="RateSource" SortOrder="ASC">
                    <StayDateTimeRange StartDate="2023-12-01" EndDate="2023-12-06"/>
                    <RateFilters>
                        <RateFilter Type="RateCode" Value="S9R" Action="Exclude"/>
                        <RateFilter Type="RateType" Value="13" Action="Exclude"/>
                        <RateFilter Type="Commission" Value="NC" Action="Exclude"/>
                        <RateFilter Type="BedType" Value="3" Action="Include"/>
                        <RateFilter Type="RoomView" Value="9" Action="Include"/>
                        <RateFilter Type="Meals" Value="19" Action="Include"/>
                        <RateFilter Type="RoomType" Value="42" Action="Include"/>
                    </RateFilters>
                    <Rooms>
                        <Room Index="1" Adults="1" Children="2">
                            <ChildAges>1,2</ChildAges>
                        </Room>
                    </Rooms>
                    <RatePlanCandidates ExactMatchOnly="false">
                        <RatePlanCandidate RatePlanCode="IBM"/>
                        <RatePlanCandidate RatePlanType="9"/>
                        <RatePlanCandidate RatePlanType="8"/>
                    </RatePlanCandidates>
                </RateInfoRef>
                <HotelContentRef>
                    <DescriptiveInfoRef>
                        <PropertyInfo>false</PropertyInfo>
                        <LocationInfo>false</LocationInfo>
                        <Amenities>false</Amenities>
                        <Descriptions>
                            <Description Type="GuaranteePolicy"/>
                        </Descriptions>
                        <SecurityFeatures>false</SecurityFeatures>
                        <PointsOfInterest>false</PointsOfInterest>
                        <Airports>false</Airports>
                        <Sustainability>false</Sustainability>
                        <LoyaltyPrograms>false</LoyaltyPrograms>
                        <FacilityInfo>false</FacilityInfo>
                        <AccessibilityInfo>false</AccessibilityInfo>
                    </DescriptiveInfoRef>
                    <MediaRef MaxItems="ALL">
                        <MediaTypes>
                            <Images>
                                <Image Type="LARGE"/>
                            </Images>
                        </MediaTypes>
                        <AdditionalInfo>
                            <Info Type="CAPTION">true</Info>
                            <Info Type="ROOM_TYPE_CODE">true</Info>
                        </AdditionalInfo>
                        <Languages>
                            <Language Code="EN"/>
                            <Language Code="FR"/>
                        </Languages>
                    </MediaRef>
                </HotelContentRef>
            </SearchCriteria>
            <TPAExtensions>
                <auto-generated_for_wildcard/>
            </TPAExtensions>
        </GetHotelDetailsRQ>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sample Response
<GetHotelDetailsRS>
    <HotelDetailsInfo>
        <HotelInfo BrandName="Marriott Hotels" HotelCode="100019414" ChainName="Marriott Hotels" ChainCode="MC" CodeContext="GLOBAL" SabreRating="4.0" BrandCode="10002" SabreHotelCode="1212" HotelName="Marriott Schaumburg"/>
        <HotelDescriptiveInfo>
            <Descriptions>
                <Description>
                    <Text Type="GuaranteePolicy">-31MAR22 - 31DEC99 MON-SUN
See Individual Rate and Rules for Guarantee Deposit Policy

ACCEPTED FORMS OF GUARANTEE- 31MAR22 - 23OCT77
Club Membership ID            Credit Card
Deposit                       Frequent Guest</Text>
                </Description>
            </Descriptions>
        </HotelDescriptiveInfo>
        <HotelRateInfo>
            <RateInfos>
                <ConvertedRateInfo HighestNightlyRate="169.00" AverageNightlyRate="169.05" RateKey="Ft6kcnHdGf4VnMOWmeEotXbQkj4GJf4HKFFhIraePQs/sojyaNzgQemc0+gvtCJSkF8vz46yBwM1CkcFdoCKxQlCje4l5zaFKbwmDKFI+/KWH/JqN/lrO5tZq2Jtt9CsthGW8UkH/vnpzK7DjBA/nb2VRAseZcgdAzHraK4FcY0pOmUSn67p6EpdaPZQtlxRxpsKNAFjpD+PuyANMt75EzfkSeWaaz/ELXIcG//Zbvi4xYWrJ2IzO+apLuu+jPNi/1lMVynNFzdv+hiCs53EITzeSEaWjam9Z9ynZpC5y56RHgPF5BHEfcNBNGrBIyiLFGuvIw/GKgwwbhHE5W0Qf7tAUPd23YaPhs4M2Gu0eTBo6wLKWJ4aOfAmdlPrOCRAEKBEJjD4pzWK6nVFzLWcmuVdbEP5sDnSJP/WDNYbHKUSfJLo7GtfCmAtqEwwq6D+g08OB+tgzpeUn53ETlJbKJNM6Y8AI1WLQpGPhjsADa4TO+kwZUKFH3/PGuddShdM7bZcwSlgeJK1DJfde7udnyq0EkUdy9LyGiIKMarb1MahQoaDxxtRVWBOddEDl658hKYZ2fXLrnC134VUhwkErmEEbBAG8vZbRgZUWqYpqQHsOKx1Dqc03Ff61EkY8kw10Ijy/D1wAxuTU90lRC+xIOrpi3hLuxGB8Br/A0WN/xJFbfgSkErhIf7hlpAeE+abGMxtH6B2yKnHT2Hq1fHRM7Y6klM3Tc9cAl66n9oj/rRfSd0Xj+l7Y8mxB/HOEbcO9eb6xHmKOze/1F+YEiVuYiMBCK9RcTFi6u1HLkoY3pVExqk7ckYVH0lFonlB7cgu" ApproxTotalPrice="845.25" AverageNightlyRateBeforeTax="147.00" EndDate="2023-12-06" StartDate="2023-12-01" CurrencyCode="USD" AmountAfterTax="845.25" AdditionalFeesInclusive="true" AmountBeforeTax="735.00" RateSource="100" TaxInclusive="true">
                    <Commission Type="Variable">
                        <CommissionDescription>
                            <Text>COMMISSIONABLE</Text>
                        </CommissionDescription>
                    </Commission>
                </ConvertedRateInfo>
                <ConvertedRateInfo HighestNightlyRate="177.00" AverageNightlyRate="178.25" RateKey="TEoOax6vXqdEBWFNXxfSqCrRo9taLrY3MQuo7uJTr6T0AnVi/khcKO+TGxFxY0EOmbhQdQigg1Q23OJYE08qXXxvZSGcyyA/HQsXDs2hHY9lRdk8tQWDfOQbaKnXqdb8/Z/l/EF8qcTV+ad/QCfgdX/ruHv9jz2QL5hP4FusvsGRnfR2sbTILAPbBzV+w7T+IgcQwkTji7r0DsSyTlHfqcxzWKN0NlKJtOVcB6NsQYgeaMMV50b34vLRBwsG6vroIol8Y4z+w2whxzgkQztt5jwK6Wf8z7D01bDpspggDdjNhf0RsPjDrBkAViMkOGFg1piFHIhDPTw8a4I6ocndu8fAQ1q1NG/CCnaBDOSG3u8cbjv++wQQDfdJGnvbhD8n1QFOIIrCtuQvZRPETbun91WhfhXrMj0mrhw1izZet3ph9l2BgPkv9g1OBPFje6acLxNFuI4t/GM7qAh1Vo1/vQzzbVdd6mDp+IZ79uJqaufxgrqh0aB5/QaPJxT8zsC1bGjzmiVs2bV04i6BgXki3GTdAO++/m7GVxHcUowHEGqEzFCKIDe47UYvkmxqg288Nj1xptpNzJ+Q4yNTWfD3vyump8g4C5H7IOMI5mTjK9fN4Erg+W8cnLSYMNSHTccplrKAwFnkD3I0mh3rFpi16/jfOO8pebRQHrrqGjq41fZX9sRvEiIirj2yjISX5U8Xp6/TVILlYBzMmqQHtrQuwWq+wE7CHyqmhjkb52u01hjq+AJTCuGMA/LhmKf/non9ndnOA5b6wjUOmGJ6hnlU5jymz4THSALuaWf/uD9Wsp+kCPxBoIS0nU2mUpAKE0uu" ApproxTotalPrice="891.25" AverageNightlyRateBeforeTax="155.00" EndDate="2023-12-06" StartDate="2023-12-01" CurrencyCode="USD" AmountAfterTax="891.25" AdditionalFeesInclusive="true" AmountBeforeTax="775.00" RateSource="100" TaxInclusive="true">
                    <Commission Type="Variable">
                        <CommissionDescription>
                            <Text>COMMISSIONABLE</Text>
                        </CommissionDescription>
                    </Commission>
                </ConvertedRateInfo>
            </RateInfos>
            <Rooms>
                <Room RoomType="Guest room" RoomTypeCode="42" RoomIndex="1">
                    <BedTypeOptions>
                        <BedTypes>
                            <BedType Description="King" Count="1" Code="3"/>
                        </BedTypes>
                    </BedTypeOptions>
                    <RoomDescription Name="REGULAR RATE">
                        <Text>FLEXIBLE RATE, GUEST ROOM, 1 KING</Text>
                    </RoomDescription>
                    <RatePlans>
                        <RatePlan RatePlanType="24" ProductCode="REGA00" RatePlanName="REGULAR RATE" RateKey="Ft6kcnHdGf4VnMOWmeEotXbQkj4GJf4HKFFhIraePQs/sojyaNzgQemc0+gvtCJSkF8vz46yBwM1CkcFdoCKxQlCje4l5zaFKbwmDKFI+/KWH/JqN/lrO5tZq2Jtt9CsthGW8UkH/vnpzK7DjBA/nb2VRAseZcgdAzHraK4FcY0pOmUSn67p6EpdaPZQtlxRxpsKNAFjpD+PuyANMt75EzfkSeWaaz/ELXIcG//Zbvi4xYWrJ2IzO+apLuu+jPNi/1lMVynNFzdv+hiCs53EITzeSEaWjam9Z9ynZpC5y56RHgPF5BHEfcNBNGrBIyiLFGuvIw/GKgwwbhHE5W0Qf7tAUPd23YaPhs4M2Gu0eTBo6wLKWJ4aOfAmdlPrOCRAEKBEJjD4pzWK6nVFzLWcmuVdbEP5sDnSJP/WDNYbHKUSfJLo7GtfCmAtqEwwq6D+g08OB+tgzpeUn53ETlJbKJNM6Y8AI1WLQpGPhjsADa4TO+kwZUKFH3/PGuddShdM7bZcwSlgeJK1DJfde7udnyq0EkUdy9LyGiIKMarb1MahQoaDxxtRVWBOddEDl658hKYZ2fXLrnC134VUhwkErmEEbBAG8vZbRgZUWqYpqQHsOKx1Dqc03Ff61EkY8kw10Ijy/D1wAxuTU90lRC+xIOrpi3hLuxGB8Br/A0WN/xJFbfgSkErhIf7hlpAeE+abGMxtH6B2yKnHT2Hq1fHRM7Y6klM3Tc9cAl66n9oj/rRfSd0Xj+l7Y8mxB/HOEbcO9eb6xHmKOze/1F+YEiVuYiMBCK9RcTFi6u1HLkoY3pVExqk7ckYVH0lFonlB7cgu" RateSource="100" PrepaidIndicator="false" LimitedAvailability="false">
                            <ConvertedRateInfo StartDate="2023-12-01" HighestNightlyRate="169.00" CurrencyCode="USD" AmountAfterTax="845.25" AdditionalFeesInclusive="true" AmountBeforeTax="735.00" AverageNightlyRate="169.05" ApproxTotalPrice="845.25" AverageNightlyRateBeforeTax="147.00" EndDate="2023-12-06" TaxInclusive="true">
                                <Rates>
                                    <Rate StartDate="2023-12-01" CurrencyCode="USD" AmountBeforeTax="129.00" EndDate="2023-12-02"/>
                                    <Rate StartDate="2023-12-02" CurrencyCode="USD" AmountBeforeTax="139.00" EndDate="2023-12-03"/>
                                    <Rate StartDate="2023-12-03" CurrencyCode="USD" AmountBeforeTax="144.00" EndDate="2023-12-04"/>
                                    <Rate StartDate="2023-12-04" CurrencyCode="USD" AmountBeforeTax="154.00" EndDate="2023-12-05"/>
                                    <Rate StartDate="2023-12-05" CurrencyCode="USD" AmountBeforeTax="169.00" EndDate="2023-12-06"/>
                                </Rates>
                                <Taxes CurrencyCode="USD" Amount="110.25">
                                    <Tax StartDate="2023-12-01" CurrencyCode="USD" Amount="19.35" EndDate="2023-12-02"/>
                                    <Tax StartDate="2023-12-04" CurrencyCode="USD" Amount="21.60" EndDate="2023-12-05"/>
                                </Taxes>
                                <RoomExtras>
                                    <RoomExtra CurrencyCode="USD" Description="Extra adult charge" Amount="0.00" Code="196"/>
                                    <RoomExtra CurrencyCode="USD" Description="Rollaway bed" Amount="0.00" Code="91"/>
                                    <RoomExtra CurrencyCode="USD" Description="Cribs" Amount="0.00" Code="26"/>
                                </RoomExtras>
                                <CancelPenalties>
                                    <CancelPenalty Refundable="true">
                                        <Deadline OffsetDropTime="BeforeArrival" OffsetTimeUnit="Day" OffsetUnitMultiplier="1"/>
                                    </CancelPenalty>
                                </CancelPenalties>
                                <Guarantee GuaranteeType="GUAR">
                                    <GuaranteesAccepted>
                                        <GuaranteeAccepted GuaranteeTypeCode="5" GuaranteeTypeDescription="Credit card">
                                            <PaymentCards>
                                                <PaymentCard CardCode="IK">MASTER CARD</PaymentCard>
                                                <PaymentCard CardCode="AX">AMERICAN EXPRESS</PaymentCard>
                                                <PaymentCard CardCode="DC">DINERS CLUB CARD</PaymentCard>
                                                <PaymentCard CardCode="DS">DISCOVER CARD</PaymentCard>
                                                <PaymentCard CardCode="JC">JCB CREDIT CARD</PaymentCard>
                                                <PaymentCard CardCode="VI">VISA</PaymentCard>
                                                <PaymentCard CardCode="VS">VISA</PaymentCard>
                                                <PaymentCard CardCode="MC">MASTER CARD</PaymentCard>
                                                <PaymentCard CardCode="CA">MASTERCARD</PaymentCard>
                                            </PaymentCards>
                                        </GuaranteeAccepted>
                                    </GuaranteesAccepted>
                                </Guarantee>
                                <AdditionalDetails>
                                    <AdditionalDetail Description="Rate disclaimer information" Code="32">
                                        <Text>INCLUDES TAXES AND SURCHARGES</Text>
                                    </AdditionalDetail>
                                    <AdditionalDetail Description="Miscellaneous information" Code="14">
                                        <Text>COMMITMENT-HTTPS//CLEAN*MARRIOTT*COM</Text>
                                    </AdditionalDetail>
                                </AdditionalDetails>
                            </ConvertedRateInfo>
                        </RatePlan>
                    </RatePlans>
                </Room>
                <Room RoomType="Guest room" RoomTypeCode="42" RoomIndex="1">
                    <BedTypeOptions>
                        <BedTypes>
                            <BedType Description="King" Count="1" Code="3"/>
                        </BedTypes>
                    </BedTypeOptions>
                    <RoomDescription Name="STAY FOR BREAKFAST">
                        <Text>STAY FOR BREAKFAST, CONTINENTAL BREAKFAST FOR 2 GUESTS DAILY, GUEST ROOM, 1 KING</Text>
                    </RoomDescription>
                    <RatePlans>
                        <RatePlan RatePlanType="24" ProductCode="YBKE00" RatePlanName="STAY FOR BREAKFAST" RateKey="TEoOax6vXqdEBWFNXxfSqCrRo9taLrY3MQuo7uJTr6T0AnVi/khcKO+TGxFxY0EOmbhQdQigg1Q23OJYE08qXXxvZSGcyyA/HQsXDs2hHY9lRdk8tQWDfOQbaKnXqdb8/Z/l/EF8qcTV+ad/QCfgdX/ruHv9jz2QL5hP4FusvsGRnfR2sbTILAPbBzV+w7T+IgcQwkTji7r0DsSyTlHfqcxzWKN0NlKJtOVcB6NsQYgeaMMV50b34vLRBwsG6vroIol8Y4z+w2whxzgkQztt5jwK6Wf8z7D01bDpspggDdjNhf0RsPjDrBkAViMkOGFg1piFHIhDPTw8a4I6ocndu8fAQ1q1NG/CCnaBDOSG3u8cbjv++wQQDfdJGnvbhD8n1QFOIIrCtuQvZRPETbun91WhfhXrMj0mrhw1izZet3ph9l2BgPkv9g1OBPFje6acLxNFuI4t/GM7qAh1Vo1/vQzzbVdd6mDp+IZ79uJqaufxgrqh0aB5/QaPJxT8zsC1bGjzmiVs2bV04i6BgXki3GTdAO++/m7GVxHcUowHEGqEzFCKIDe47UYvkmxqg288Nj1xptpNzJ+Q4yNTWfD3vyump8g4C5H7IOMI5mTjK9fN4Erg+W8cnLSYMNSHTccplrKAwFnkD3I0mh3rFpi16/jfOO8pebRQHrrqGjq41fZX9sRvEiIirj2yjISX5U8Xp6/TVILlYBzMmqQHtrQuwWq+wE7CHyqmhjkb52u01hjq+AJTCuGMA/LhmKf/non9ndnOA5b6wjUOmGJ6hnlU5jymz4THSALuaWf/uD9Wsp+kCPxBoIS0nU2mUpAKE0uu" RateSource="100" PrepaidIndicator="false" LimitedAvailability="false">
                            <MealsIncluded MealPlanDescription="Breakfast" Breakfast="true" MealPlanCode="19" MealPlanIndicator="true"/>
                            <ConvertedRateInfo StartDate="2023-12-01" HighestNightlyRate="177.00" CurrencyCode="USD" AmountAfterTax="891.25" AdditionalFeesInclusive="true" AmountBeforeTax="775.00" AverageNightlyRate="178.25" ApproxTotalPrice="891.25" AverageNightlyRateBeforeTax="155.00" EndDate="2023-12-06" TaxInclusive="true">
                                <Rates>
                                    <Rate StartDate="2023-12-01" CurrencyCode="USD" AmountBeforeTax="137.00" EndDate="2023-12-02"/>
                                    <Rate StartDate="2023-12-02" CurrencyCode="USD" AmountBeforeTax="147.00" EndDate="2023-12-03"/>
                                    <Rate StartDate="2023-12-03" CurrencyCode="USD" AmountBeforeTax="152.00" EndDate="2023-12-04"/>
                                    <Rate StartDate="2023-12-04" CurrencyCode="USD" AmountBeforeTax="162.00" EndDate="2023-12-05"/>
                                    <Rate StartDate="2023-12-05" CurrencyCode="USD" AmountBeforeTax="177.00" EndDate="2023-12-06"/>
                                </Rates>
                                <Taxes CurrencyCode="USD" Amount="116.25">
                                    <Tax StartDate="2023-12-01" CurrencyCode="USD" Amount="20.55" EndDate="2023-12-02"/>
                                    <Tax StartDate="2023-12-04" CurrencyCode="USD" Amount="22.80" EndDate="2023-12-05"/>
                                </Taxes>
                                <RoomExtras>
                                    <RoomExtra CurrencyCode="USD" Description="Extra adult charge" Amount="0.00" Code="196"/>
                                    <RoomExtra CurrencyCode="USD" Description="Rollaway bed" Amount="0.00" Code="91"/>
                                    <RoomExtra CurrencyCode="USD" Description="Cribs" Amount="0.00" Code="26"/>
                                </RoomExtras>
                                <CancelPenalties>
                                    <CancelPenalty Refundable="true">
                                        <Deadline OffsetDropTime="BeforeArrival" OffsetTimeUnit="Day" OffsetUnitMultiplier="1"/>
                                    </CancelPenalty>
                                </CancelPenalties>
                                <Guarantee GuaranteeType="GUAR">
                                    <GuaranteesAccepted>
                                        <GuaranteeAccepted GuaranteeTypeCode="5" GuaranteeTypeDescription="Credit card">
                                            <PaymentCards>
                                                <PaymentCard CardCode="IK">MASTER CARD</PaymentCard>
                                                <PaymentCard CardCode="AX">AMERICAN EXPRESS</PaymentCard>
                                                <PaymentCard CardCode="DC">DINERS CLUB CARD</PaymentCard>
                                                <PaymentCard CardCode="DS">DISCOVER CARD</PaymentCard>
                                                <PaymentCard CardCode="JC">JCB CREDIT CARD</PaymentCard>
                                                <PaymentCard CardCode="VI">VISA</PaymentCard>
                                                <PaymentCard CardCode="VS">VISA</PaymentCard>
                                                <PaymentCard CardCode="MC">MASTER CARD</PaymentCard>
                                                <PaymentCard CardCode="CA">MASTERCARD</PaymentCard>
                                            </PaymentCards>
                                        </GuaranteeAccepted>
                                    </GuaranteesAccepted>
                                </Guarantee>
                                <AdditionalDetails>
                                    <AdditionalDetail Description="Rate disclaimer information" Code="32">
                                        <Text>INCLUDES TAXES AND SURCHARGES</Text>
                                    </AdditionalDetail>
                                    <AdditionalDetail Description="Miscellaneous information" Code="14">
                                        <Text>COMMITMENT-HTTPS//CLEAN*MARRIOTT*COM</Text>
                                    </AdditionalDetail>
                                </AdditionalDetails>
                            </ConvertedRateInfo>
                        </RatePlan>
                    </RatePlans>
                </Room>
            </Rooms>
        </HotelRateInfo>
    </HotelDetailsInfo>
</GetHotelDetailsRS>