Update with PUT the status of Presence value of Room by its id.
Only accessible with permission of pms.integration.room |
table { width: 100%; } body.page-gadget { padding-top: 20px; } .separator{ margin: 5px 0; } |
PUT |
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. |
PUT https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/room/1/updateStatusPresence?presence=false |
Property | Type | Required | Description |
---|---|---|---|
ResponseAPIMessage | ResponseAPIMessage | true | The response of the operation |
{ "httpStatus": "201", "userMessage": "Success", "technicalMessage": "Success room presence updated", "errorCode": "0", "moreInfo": null, "id": null, "entity": null } |