# CategoryCodes

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [HotelInfo](/connectivity/docs/api-reference/hotelinfo)/`CategoryCodes` | General property details, such as number of rooms and property type. | object | 0..1 | - |
| `CategoryCodes`/[GuestRoomInfo](/connectivity/docs/api-reference/guestroominfo) | Room details. | object | 1..1 | - |
| `CategoryCodes`/[HotelCategory](/connectivity/docs/api-reference/hotelcategory) | Property type details. | object | 1..1 | - |


## XML


```xml
<CategoryCodes>
  <GuestRoomInfo ... />
  <HotelCategory ... />
</CategoryCodes>
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)