Update Status Presence [PUT]

Operation

Update with PUT the status of Presence value of Room by its id.


PUT


Request

PropertyTypeRequiredType parameterDefault valueDescription
chainIdStringtruepath parameter

Unique identificator of the Chain.

propertyIdStringtruepath parameter
Unique identificator of the Property.
roomIdStringtruepath parameter
Unique identificator of the Room.
presenceBooleantruerequest 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


PropertyTypeRequiredDescription
ResponseAPIMessageResponseAPIMessagetrueThe response of the operation

Example response

{
  "httpStatus": "201",
  "userMessage": "Success",
  "technicalMessage": "Success room presence updated",
  "errorCode": "0",
  "moreInfo": null,
  "id": null,
  "entity": null
}