Skip Navigation

Get Hotel Content Change

1.0.0
Hotel
Utility
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 Content Change (GetHotelContentChangeRQ) API allows a client to submit a content update request with a range of dates and obtain a list of hotels that have updated their descriptive content.

Target Audience
Travel Agency
API Version
1.0.0
Authentication
Session Token
Service Action Code
GetHotelContentChangeRQ

In detail: the client obtains a list of new and updated hotel content for the dates provided (maximum duration of 10 days).

Sample Request
<!-- Get information on hotels that have had changes for the provided date range-->
<GetHotelContentChangeRQ xmlns="http://services.sabre.com/hotel/content/change/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0.0" xsi:schemaLocation="http://services.sabre.com/hotel/content/change/v1 GetHotelContentChangeRQ.xsd">
    <ContentChangeRef StartDate="2015-05-02" EndDate="2015-05-11"/>
</GetHotelContentChangeRQ>
Sample Response
<GetHotelContentChangeRS xmlns:ns14="http://services.sabre.com/hotel/content/change/v1">
    <ApplicationResults xmlns:ns6="http://services.sabre.com/STL_Payload/v02_02" status="Complete">
        <Success timeStamp="2016-03-03T11:37:02.047-06:00" />
        <ApplicationResults>
            <HotelContentChanges>
                <HotelInfo HotelCode="46947" HotelName="RADEK TEST NONEPN/DCA" ChainCode="ZQ" ChainName="PSD Test Chain NGHS" MarketerCode="TEST" MarketerName="Test Chain" Status="Active" Latitude="18" Longitude="26" CountryCode="US" ChangeType="Update" UpdatedDate="2015-05-10" />
                <HotelInfo HotelCode="65504" HotelName="Very Long Hotel Name" ChainCode="QA" ChainName="QA Test Chain" MarketerCode="TEST" MarketerName="Test Chain" Status="Active" Latitude="48.173290" Longitude="-97.092300" CountryCode="PL" ChangeType="Update" UpdatedDate="2015-05-10" />
                <HotelInfo HotelCode="104731" HotelName="RADEK TEST EPN/DCA" ChainCode="ZQ" ChainName="PSD Test Chain NGHS" MarketerCode="TEST" MarketerName="Test Chain" Status="Active" Latitude="18" Longitude="26" CountryCode="IT" ChangeType="Update" UpdatedDate="2015-05-10" />
                <HotelInfo HotelCode="123500" HotelName="ANDRZEJ1808 005 1" ChainCode="QA" ChainName="QA Test Chain" MarketerCode="TEST" MarketerName="Test Chain" Status="Active" Latitude="18" Longitude="26" CountryCode="US" ChangeType="Update" UpdatedDate="2015-05-10" />
                <HotelInfo HotelCode="123537" HotelName="Radek test 3" ChainCode="II" ChainName="Radek 1" MarketerCode="RADEK" MarketerName="IM TEST" Status="Active" Latitude="48.173290" CountryCode="PL" ChangeType="Update" UpdatedDate="2015-05-10" />
            </HotelContentChanges>
</GetHotelContentChangeRS>