# OTA\_NotifReportRQ

PMS will send notification of reservations processing report using this message. RGBridge will process the message synchronously and respond with an OTA\_NotifReportRS message.

**Reservation confirmation request; Sample XML**

```xml
<OTA_NotifReportRQ xmlns="http://www.opentravel.org/OTA/2003/05"  
            EchoToken="354"  
            TimeStamp="2011-01-26T10:22:00-05:00"  
            Target="Production"  
            Version="3.000" > 
  <Success /> 
  <NotifDetails> 
    <HotelNotifReport> 
      <HotelReservations> 
        <HotelReservation> 
          <POS> 
           <Source> 
            <BookingChannel> 
               <CompanyName Code=”LTA1”> Famous OTA</CompanyName> 
            </BookingChannel> 
           </Source> 
          </POS> 
          <ResGlobalInfo> 
            <HotelReservationIDs> 
              <HotelReservationID ResID_Type="3" ResID_Value="123456789" /> 
              <HotelReservationID ResID_Type="14" ResID_Value="chd22342" /> 
            </HotelReservationIDs> 
          </ResGlobalInfo> 
        </HotelReservation> 
      </HotelReservations> 
    </HotelNotifReport> 
  </NotifDetails> 
</OTA_NotifReportRQ> 

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.rategain.com/our-products/channel-manager/rg-bridge-reservation-retrieval-pull/operations/reservation-confirmation/ota_notifreportrq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
