# OTA\_NotifReportRS

#### Reservation Confirmation Acknowledgment

**OTA\_NotifReportRS**:

* This message is used to acknowledge the `OTA_NotifReportRQ` message.
* **Exception**: When a SOAP level fault occurs while RG Bridge processes the request, a SOAP fault message will be returned.

**Processing and Delivery**:

* RG Bridge will mark the reservations included in the `OTA_NotifReportRQ` message as delivered, and they will not be included in future reservation retrievals.
* **Importance**: It is crucial to process all the reservations retrieved earlier and send `OTA_NotifReportRQ` messages for all of them before sending additional `OTA_ReadRQ` messages to retrieve more reservations.

**Reservation confirmation response; Sample XML**

```xml
<OTA_NotifReportRS xmlns="http://www.opentravel.org/OTA/2003/05"  
            EchoToken="354"  
            TimeStamp="2011-01-26T10:22:00-05:00"  
            Target="Production"  
            Version="2.000" > 
  <Success /> 
</OTA_NotifReportRS> 

```


---

# 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_notifreportrs.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.
