# OTA\_ReadRQ

PMS will send request for reservations using this message. RGBridge will process the message synchronously and respond with a list of reservations.

**Reservation request; Sample XML**

```xml
<OTA_ReadRQ xmlns="http://www.opentravel.org/OTA/2003/05"  
            EchoToken="354"  
            TimeStamp="2011-01-26T10:22:00-05:00"  
            Target="Production"  
            Version="3.500" > 
  <POS> 
    <Source> 
      <RequestorID Type="22" ID="473"/> 
      <BookingChannel Type="4" Primary="true">         <CompanyName>NewAge PMS</CompanyName> 
      </BookingChannel> 
    </Source> 
  </POS> 
  <ReadRequests>  
    <HotelReadRequest HotelCode="123">  
      <SelectionCriteria SelectionType="Undelivered" />  
    </HotelReadRequest>  
  </ReadRequests>  
</OTA_ReadRQ> 

```

<br>


---

# 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-retrieval/ota_readrq.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.
