/
SpaceRack

SpaceRack

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the spaceId.
roomIdListList<Integer>true
list of roomId that make up the space.
codeStringtrueCode ot the space.
nameStringtrueName of the space.
floorCodeStringfalseCode of the floor.
floorNameStringfalseName of the floor.
situationStringfalse

" "→ Vacant

"O"→ Occupied

"B" → Blocked

spaceStatusTypeSpaceStatusTypetrueStatus type:
  • Dirty
  • Clean
  • Check
preAssignedBooleantrueSpace have reservationRoomStay asigned.
reservationRoomStayReservationSpaceRackfalse
Reservation inhouse
reservationRoomStayPreAssignedReservationSpaceRackfalse
Reservation checkIn
spaceLockSpaceLockfalseif 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"
    }
}