# OTA_HotelSearchRS

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| `OTA_HotelSearchRS` | Root element for [/ota/OTA_HotelSearch](/connectivity/docs/ota-hotelsearch) response. | object | 1..1 | - |
| `OTA_HotelSearchRS`/[Properties](/connectivity/docs/glossary_of_terms#property) | - | array of [Property](/connectivity/docs/glossary_of_terms#property) | 0..1 | - |


## XML


```xml
<OTA_HotelSearchRS
  xmlns="http://www.opentravel.org/OTA/2003/05"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelSearchRS.xsd"
  TimeStamp="2015-12-02T15:07:34-00:00"
  Target="Production"
  Version="3.000">
  <Properties ... >
    ...
  </Properties>
</OTA_HotelSearchRS>
```

## Related endpoints

* [/ota/OTA_HotelSearch](/connectivity/docs/ota-hotelsearch)