/
SpaceRack
SpaceRack
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the spaceId. |
roomIdList | List<Integer> | true | list of roomId that make up the space. |
code | String | true | Code ot the space. |
name | String | true | Name of the space. |
floorCode | String | false | Code of the floor. |
floorName | String | false | Name of the floor. |
situation | String | false | " "→ Vacant "O"→ Occupied "B" → Blocked |
spaceStatusType | SpaceStatusType | true | Status type:
|
preAssigned | Boolean | true | Space have reservationRoomStay asigned. |
reservationRoomStay | ReservationSpaceRack | false | Reservation inhouse |
reservationRoomStayPreAssigned | ReservationSpaceRack | false | Reservation checkIn |
spaceLock | SpaceLock | false | if situation is Blocked, information about this. |
JSON representation
{ id" : 1, "roomIdList" : [ 1 ], "code" : "1101", "name" : "1101", "floorCode" : "A1", "floorName" : "Planta A1", "situation" : "O", "spaceStatusType" : { "id" : 2, "code" : "DI", "name" : "Dirty", "colorCode" : "#f44336", "nameI18n" : "Dirty" }, "preAssigned" : true, "reservationRoomStay" : { "pmsLocator" : "LG00040743/54929", "arrival" : "2022-01-01", "departure" : "2022-01-04", "adult" : 3, "junior" : 0, "child" : 0, "infant" : 0, "guest" : "PALENCIAS HERNANDEZ, SATURNINO", "remark" : "", "extraBed" : 0, "extraCot" : 0 }, "reservationRoomStayPreAssigned": { "pmsLocator": "LG00020743/2", "arrival": "2022-02-01", "departure": "2022-02-02", "adult": 1, "junior": 0, "child": 1, "infant": 0, "guest": "VERGARA FALE, LUCERO DEL CARMEN", "remark": "", "extraBed": 0, "extraCot": 0 }, "spaceLock" : { "createDate" : "2021-11-16T17:16:56.5127858", "userId" : 13, "id" : 5, "startDate" : "2021-11-16", "endDate" : "2022-01-31", "remark" : "SPA", "spaceLockType" : { "id" : 1, "code" : "OO", "name" : "Fuera de Orden", "description" : null, "nameI18n" : "Fuera de Orden" }, "spaceLockStatusType" : { "id" : 1, "code" : "LOC", "name" : "Locked", "colorCode" : "#ff9800", "nameI18n" : "Locked" } }
, multiple selections available,