Operation
Update with PUT the Presence value of Room by its id.
PUT
https://{environment}.ulysescloud.com/api/{version}/chain/{chainId}/property/{propertyId}/room/{roomId}
Request
Property | Type | Required | Default value | Description |
---|---|---|---|---|
chainId | String | true | Unique identificator of the Chain. | |
propertyId | String | true | Unique identificator of the Hotel. | |
roomId | String | true | Unique identificator of the Room. | |
presence | Boolena | true | True/Flase value to define Presence in Room. |
Example request
PUT https://prod.ulysescloud.com/api/v1/chain/1/property/1/room/1/updateStatusPresence/false
Response
Property | Type | Required | Description |
---|---|---|---|
Page | Page | true | Description of the response of the success opertarion. |
Example response
{ "httpStatus": "201", "userMessage": "Success", "technicalMessage": "Success room presence updated", "errorCode": "0", "moreInfo": null, "id": null, "entity": null }