Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

This message will be returned by partner application (Subscriber) in response to the OTA_HotelResNotifRQ message sent by SMX. The message will confirms whether the OTA_HotelResNotifRQ message was processed successfully by the partner application or not.

...

Response Specification

Info

Elements and attributes marked with Number=1 or more will always be sent. 0 means that the element or attribute is optional, while a second numeric value or 'n' indicates the element or attribute can repeat (where n = no limit)"

...

Code Block
languagexml
<OTA_HotelResNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="cdcd51f2-769a-5a1d-841c-e6204d811f5c" TimeStamp="2019-05-08T00:56:53Z" Target="Production" Version="1.0">
    <Success/>
    <HotelReservations>
        <HotelReservation>
            <UniqueID ID="LH123456789"/>
            <ResGlobalInfo>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Type="10" ResID_Value="LH123456789"/>
                </HotelReservationIDs>
            </ResGlobalInfo>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRS>
Info
The minimum recommended content XML sample is for reference purposes only and reflects the minimum amount of data that needs to be provided in order to meet the critical data required by all types of applications.