/
Module (ModuleRack)
Module (ModuleRack)
Structure
Field | Type | Required | Description |
---|---|---|---|
moduleId | Integer | true | Id of the represented Module (ModuleRack). |
code | String | false | Code of the Module (ModuleRack). |
name | String | false | Name of the Module (ModuleRack). |
floorCode | String | false | Code of the Floor. |
floorName | String | false | Name of the Floor. |
floorOrder | Integer | false | Order of the Floor. |
moduleOrder | Integer | false | Order of the Module (ModuleRack). |
propertyRoomTypeId | Integer | false | Id of the PropertyRoomType. |
propertyRoomSubTypeId | Integer | false | Id of the PropertyRoomSubType. |
status | Integer | false | StatusType of the Module (ModuleRack). |
situation | String | false | SituationType of the Module (ModuleRack). |
moduleLockId | Integer | false | Id of the ModuleLock. |
reservationId | Integer | false | Id of the Reservation. |
reservationRoomStayId | Integer | false | Id of the ReservationRoomStay. |
adultsCheckin | Integer | false | Number of adults doing checkin today. |
adultsInHouse | Integer | false | Number of adults In House. |
checkin | Boolean | false | The Reservation must do the checkin today in this Module. |
checkout | Boolean | false | The Reservation must do the checkout today in this Module. |
assembly | Boolean | false | There's an assembly in the room/module. |
propertyRoomFeatureTypeIdList | Array of Integer | false | Array of ID's of all the PropertyRoomFeatureType's |
propertyRoomFeatureTypeList | Array of PropertyRoomFeatureType | false | Array of objects of type PropertyRoomFeatureType. |
hasIssue | Boolean | false | There's an issue or not in the module. |
JSON representation
{ "moduleId" : 1, "code" : "101", "name" : null, "floorCode" : "1", "floorName" : "Floor 1", "floorOrder" : 1, "moduleOrder" : 0, "propertyRoomTypeId" : 2, "propertyRoomSubTypeId" : 14, "status" : 1, "situation" : "O", "moduleLockId" : null, "reservationId" : 685, "reservationRoomStayId" : 865, "adultsCheckin" : null, "adultsInhouse" : 1, "checkin" : false, "checkout" : false, "assembly" : false, "propertyRoomFeatureTypeIdList" : [ 2, 8, 14, 20, 26, 32, 38, 44, 50, 56, 62, 68, 74, 80, 86, 92, 98, 104, 110, 116, 122, 128, 134, 140, 146, 152, 158, 164, 170, 176, 182 ], "propertyRoomFeatureTypeList" : null, "hasIssue" : true }
, multiple selections available,
Related content
Module
Module
More like this
HousekeepingTaskDailyModule
HousekeepingTaskDailyModule
More like this
PropertyRoomMode
PropertyRoomMode
More like this
AvailabilityOccupancy
AvailabilityOccupancy
More like this
Room
More like this
ReservationRoomStayAssignDaily
ReservationRoomStayAssignDaily
More like this