/
Space Rack by Date [GET]
Space Rack by Date [GET]
Operation
Information of the operation
GET
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/space/rackByDate
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | Unique identificator of the chain. | |
propertyId | Integer | true | path parameter | Unique identificator of the property. | |
date | LocalDate | true | request Parameter | Date of the Rack | |
propertyZoneId | Integer | false | request parameter | 0 | Filter by zone. |
Example request
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/2/space/rackByDate?date=2023-11-23
Response
Property | Type | Required | Description |
---|---|---|---|
list | List | true | Description of the response of the success operation |
Entity SpaceRack
" "→ Vacant "O"→ Occupied "B" → BlockedField 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 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.
Example response
[ { "id" : 1, "code" : "1101", "name" : "1101", "floorCode" : "A1", "floorName" : "Planta A1", "situation" : "O", "spaceStatusType" : { "id" : 2, "code" : "DI", "name" : "Dirty", "colorCode" : "#f44336", "nameI18n" : "Dirty" }, "preAssigned" : false, "reservationRoomStay" : { "pmsLocator" : "LG00040743/54929", "arrival" : "2023-11-23", "departure" : "2023-11-24", "adult" : 3, "junior" : 0, "child" : 0, "infant" : 0, "guest" : "PALENCIAS HERNANDEZ, SATURNINO", "remark" : "", "extraBed" : 0, "extraCot" : 0 } }, { "id" : 125, "code" : "3109", "name" : "3109", "floorCode" : "C1", "floorName" : "Planta C1", "situation" : "B", "spaceStatusType" : { "id" : 1, "code" : "CL", "name" : "Clean", "colorCode" : "#4caf50", "nameI18n" : "Clean" }, "preAssigned" : false, "spaceLock" : { "createDate" : "2021-11-16T17:16:56.5127858", "userId" : 13, "id" : 5, "startDate" : "2023-11-23", "endDate" : "2023-11-24", "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,
Related content
Reservation By Id [GET]
Reservation By Id [GET]
More like this
Get Assigned Room to ReservationRoomStay [GET]
Get Assigned Room to ReservationRoomStay [GET]
More like this
List of Room with ReservationRoomStay[GET]
List of Room with ReservationRoomStay[GET]
More like this
Room By Id [GET]
Room By Id [GET]
More like this
List of Room [GET]
List of Room [GET]
More like this
List of Room with ReservationRoomStaySummary[GET]
List of Room with ReservationRoomStaySummary[GET]
More like this