Skip Navigation

Reservation Pull - New (OTA)

10.21
Hotel
Reservation
SOAP API
Hospitality

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.

Each new reservation retrieved must be updated as a Success or Error in the SynXis CR. The OTA_HotelResNotifRQ message is used to update one or more retrieved new reservations. Each HotelReservation element included is used for one individual new reservation and must include the SynXis CR Confirmation Number. To update a reservation as a success, a PMS Confirmation Number is required.

Target Audience
Hospitality
API Version
10.21
Authentication
Security Credentials
Service Action Code
OTA_HotelResNotifRQ

 

OTA New Reservation Pull diagram

 

Sample Request
<OTA_HotelResNotifRQ TimeStamp="2019-02-23T10:12:07.964" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <HotelReservations>
        <HotelReservation>
            <UniqueID Type="14" ID="10001SY000001" ID_Context="CrsConfirmNumber"/>
            <ResGlobalInfo>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Type="14" ResID_Value="12345" ResID_Source="Pms" ResID_SourceContext="PmsConfirmNumber"/>
                </HotelReservationIDs>
            </ResGlobalInfo>
        </HotelReservation>
        <HotelReservation>
            <UniqueID Type="14" ID="10001SY000002" ID_Context="CrsConfirmNumber"/>
            <ResGlobalInfo>
                <HotelReservationIDs>
                    <HotelReservationID ResID_Type="14" ResID_Value="23456" ResID_Source="Pms" ResID_SourceContext="PmsConfirmNumber"/>
                </HotelReservationIDs>
            </ResGlobalInfo>
            <TPA_Extensions>
                <Warnings>
                    <Warning>Description of reason for failure</Warning>
                </Warnings>
            </TPA_Extensions>
        </HotelReservation>
    </HotelReservations>
</OTA_HotelResNotifRQ>
Sample Response
<?xml version="1.0" encoding="utf-16"?>
<OTA_HotelResNotifRS TimeStamp="2019-07-01T11:27:04" Version="4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05">
    <Success/>
</OTA_HotelResNotifRS>