Last updated

RoomLocation

Fields

FieldDescriptionTypeMin/maxNotes
GuestRoom/
RoomLocation
Container for room floor level and all possible floors.object1..1-
RoomLocation/
@RoomLocationCode
The level of the building at which room is available.enum1..31 = ground floor(adds floor number '0' by default if not provided), 2 = upper floor, 3 = both ground and upper floor(adds floor number '0' by default if not provided). Required
RoomLocation/
Floors
All the floors in the building which have the roomarray of Floor1..1Add/Update TotalNumberOfFloors in the building before adding any floors for the room.

XML

<RoomLocation RoomLocationCode="2" >
  <Floors>
    ...
  </Floors>
</RoomLocation>