Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Operation

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


PUT


Request

PropertyTypeRequiredDefault valueDescription
chainIdStringtrue

Unique identificator of the Chain.

propertyIdStringtrue
Unique identificator of the Property.
roomIdStringtrue
Unique identificator of the Room.
presenceBooleantrue
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
}
  • No labels