[PUT] Update Module Rack status
Operation
ThisĀ
PUT
https://{environment}.ulysescloud.com/api/{version}/chain/{chainId}/property/{propertyId}/moduleRack/status
Request
Property | Type | Required | Default value | Description |
---|---|---|---|---|
moduleRackList | List of Module Rack | true | List of Module with a status to be updated. |
Example request
PUT https://prod.ulysescloud.com/api/v1/chain/1/property/1/moduleRack/status
Response
Property | Type | Required | Description |
---|---|---|---|
ResponseApiMessage | ResponseApiMessage | true | Description of the response of the success operation |
Entity
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. |
Example response
{ "httpStatus": "201", "userMessage": "Success", "technicalMessage": "Success", "errorCode": "0" }