> For the complete documentation index, see [llms.txt](https://developer.rategain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.rategain.com/our-products/channel-manager/direct-connect-demand-push/interface-specifications-ari-service/operation-ari-get/hotelarigetrq.md).

# HotelARIGetRQ

DirectConnect would request the currently loaded ARI information from the OTA using this message. The OTA must send this information at the product level.&#x20;

| <p><strong>Element/@Attribute</strong> </p><p><strong>Parent XPath</strong>  </p>                                                  | <p>  </p><p><strong>Description</strong> </p>                                                                                                                          | **Mandatory**                   |
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |
| <p>@TimeStamp </p><p><strong>/HotelARIGetRQ</strong>  </p>                                                                         | Time of the transaction in xml schema date- time format                                                                                                                | Y                               |
| <p>@Version                        </p><p><strong>/HotelARIGetRQ</strong>  </p>                                                    | <p>  </p><p>The version of the message schema. For this version of the specification, set to “1.0”</p>                                                                 | <p>Y </p><p><br></p><p><br></p> |
| <p>Authentication   </p><p><strong>/HotelARIGetRQ</strong>  </p>                                                                   | <p>   </p><p>All DirectConnect request messages would include an Authentication element. </p>                                                                          | Y                               |
| <p>@UserName </p><p> <strong>/HotelARIGetRQ/Authentication</strong>  </p>                                                          | <p>  </p><p>The UserName part of the credentials. UserName and Password combination (credentials) required to authorize the request are sent in these attributes. </p> | Y                               |
| <p>@Password </p><p> <strong>/HotelARIGetRQ/Authentication</strong>  </p>                                                          | <p>  </p><p>The Password part of the credential. </p>                                                                                                                  | Y                               |
| <p> HotelARIGetRequests </p><p>  <strong>/HotelARIGetRQ</strong>  </p>                                                             | <p>Container element for fetch requests for a given hotel. </p><p>For this version of the specification, only one HotelARIGetRequest would be sent. </p>               | <p>Y </p><p><br></p>            |
| <p>@HotelCode </p><p> <strong>/HotelARIGetRQ/HotelARIGetRequests</strong>  </p>                                                    | <p>  </p><p>Hotel code of the property whose ARI information is being requested. </p>                                                                                  | <p>Y </p><p><br></p>            |
| <p>HotelARIGetRequest </p><p><strong>/HotelARIGetRQ/HotelARIGetRequests</strong>  </p>                                             | <p>Contains a fetch request for a given hotel. </p><p>For this version of the specification, only one HotelARIGetRequest would be sent. </p>                           | <p>Y </p><p>  </p>              |
| <p>ProductReference </p><p><strong>/HotelARIGetRQ/HotelARIGetRequests/HotelARIGetRequest</strong></p>                              | <p>  </p><p>The product for which the ARI information is being requested. </p><p><br></p>                                                                              | <p>Y </p><p><br></p>            |
| <p>@InvTypeCode </p><p> <strong>/HotelARIGetRQ/HotelARIGetRequests/HotelARIGetRequest/ ProductReference</strong>  </p>             | <p>  </p><p>Identifies the room type for which the ARI information is being requested. </p><p> </p>                                                                    | Y                               |
| <p>@RatePlanCode </p><p> <strong>/HotelARIGetRQ/HotelARIGetRequests/HotelARIGetRequest/ ProductReference</strong>  </p>            | <p>  </p><p>Identifies the rate type for which the ARI information is being requested. </p><p> </p>                                                                    | Y                               |
| <p>ApplicationControl </p><p><strong>/HotelARIGetRQ/HotelARIGetRequests/HotelARIGetRequest</strong></p>                            | <p>  </p><p>The date range for which the ARI information is being requested. </p><p><br></p>                                                                           | <p>Y </p><p><br></p>            |
| <p>@Start </p><p><strong>/HotelARIGetRQ/HotelARIGetRequests/HotelARIGetRequest</strong> <strong>/ApplicationControl</strong>  </p> | <p>  </p><p>The start date of the date span for which the ARI information is being requested. </p><p><br></p><p>Date format : YYYY-MM-DD </p>                          | <p>Y </p><p><br></p>            |
| <p>@End </p><p><strong>/HotelARIGetRQ/HotelARIGetRequests/HotelARIGetRequest</strong> <strong>/ApplicationControl</strong>  </p>   | <p>  </p><p>The end date of the date span for which the ARI information is being requested. </p><p><br></p><p>Date format : YYYY-MM-DD </p>                            | <p>Y </p><p><br></p>            |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.rategain.com/our-products/channel-manager/direct-connect-demand-push/interface-specifications-ari-service/operation-ari-get/hotelarigetrq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
