# Floors

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [RoomLocation](/connectivity/docs/api-reference/roomlocation)/`Floors` | The floors in the building where the room is located. | array of [Floor](/connectivity/docs/api-reference/floor) | 0..1 | Add/Update [TotalNumberOfFloors](/connectivity/docs/api-reference/totalnumberoffloors) in the building before adding any floors for the room. |
| `Floors`/[Floor](/connectivity/docs/api-reference/floor) | Floor number in the building where the room is located | object | 0..* | The floors added should be consistent to the RoomLocationCode in the [RoomLocation](/connectivity/docs/api-reference/roomlocation). |


## XML


```xml
<Floors>
  <Floor ... />
  <Floor ... />
</Floors>
```

## Related endpoints

* [/ota/OTA_HotelInvNotif](/connectivity/docs/ota-hotelinvnotif)