# HotelRef

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Criterion](/connectivity/docs/api-reference/criterion)/`HotelRef` | Details of a property you want to include in the search. | object | 0..1 | - |
| `HotelRef`/`@HotelCode` | Specifies the property ID of the property you want to retrieve status details for. | string | 1..1 | - |


## XML


```xml
<HotelRef
  HotelCode="123456"/>
```

## Related endpoints

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