# Criterion

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Criteria](/connectivity/docs/api-reference/criteria)/`Criterion` | Search criterion. | object | 0..1 | - |
| `Criterion`/[`HotelRef`] | Contains the property ID of the property you want to retrieve status details for. | object | 0..1 | - |


## XML


```xml
<Criterion>
  <HotelRef ... />
</Criterion>
```

## Related endpoints

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