/
Update Status Presence [PUT]
Update Status Presence [PUT]
Operation
Update with PUT the status of Presence value of Room by its id.
PUT
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | String | true | path parameter | Unique identificator of the Chain. | |
propertyId | String | true | path parameter | Unique identificator of the Property. | |
roomId | String | true | path parameter | Unique identificator of the Room. | |
presence | Boolean | true | request parameter | Value to define presence in Room. |
Example request
PUT https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/room/1/updateStatusPresence?presence=false
Response
Property | Type | Required | Description |
---|---|---|---|
ResponseAPIMessage | ResponseAPIMessage | true | The response of the operation |
Example response
{ "httpStatus": "201", "userMessage": "Success", "technicalMessage": "Success room presence updated", "errorCode": "0", "moreInfo": null, "id": null, "entity": null }
, multiple selections available,
Related content
Update Customer [PUT]
Update Customer [PUT]
More like this
Update Customer ChainVipLevel [PUT]
Update Customer ChainVipLevel [PUT]
More like this
Cancel Reservation [PUT]
Cancel Reservation [PUT]
More like this
Add Posting to Room [POST]
Add Posting to Room [POST]
Read with 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