> 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-property-list/hotelpropertylistgetrq.md).

# HotelPropertyListGetRQ

**HotelPropertyListGetRQ**:

* DirectConnect sends this message to request a list of properties.
* **Chain Code**: Used to identify the hotel chain in the case of a multi-property account.

**OTA Response**:

* If the OTA does not utilize chain accounts, it can disregard the chain code element and instead return the information based on the details in the Authentication element.

| <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>/HotelPropertyListGetRQ</strong>  </p>                      | Time of the transaction in xml schema datetime format.                                                                                                                                                                                     | Y                                                       |
| <p>@Target </p><p>  <strong>/HotelPropertyListGetRQ</strong>  </p>                         | The environment to target this message to. For this version of the specification always set to “Production”.                                                                                                                               | <p>            Y </p><p><br></p><p>  </p>               |
| <p>@Version </p><p><strong>/HotelPropertyListGetRQ</strong>  </p>                          | The version of the message. For this version of the specification set to“1.0”.                                                                                                                                                             | <p>             Y </p><p><br></p>                       |
| <p>Authentication </p><p><strong>/HotelPropertyListGetRQ</strong>  </p>                    | <p>  </p><p>All DirectConnect ARI request messages would include an Authentication element. </p>                                                                                                                                           | Y                                                       |
| <p> @UserName </p><p> <strong>/HotelPropertyListGetRQ/Authentication</strong>  </p>        | <p>The UserName part of the credentials. </p><p>UserName and Password combination (credentials) required to authorize the request sent in these attributes. This is assigned by the OTA. Credentials should be common for all Hotels. </p> | <p>             Y </p><p><br></p><p><br></p><p><br></p> |
| <p>@Password </p><p><strong>/HotelPropertyListGetRQ/Authentication</strong></p>            | The Password part of the credential. Credentials should be common for all hotels.                                                                                                                                                          | Y                                                       |
| <p>HotelPropertyListRequest </p><p><strong>/HotelPropertyListGetRQ</strong>  </p>          | Contains the request element. Only one request element will be sent in one message.                                                                                                                                                        | Y                                                       |
| <p>@ChainCode </p><p><strong>/HotelPropertyListGetRQ/HotelPropertyListRequest</strong></p> | The code for the chain of hotels. Chain code is optional, But if a channel opts for chain code, it will be mandatory for all hotels.                                                                                                       | <p>             N </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-property-list/hotelpropertylistgetrq.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.
