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 2 Next »

Operation

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


PUT
https://{environment}.ulysescloud.com/api/{version}/chain/{chainId}/property/{propertyId}/room/{roomId}


Request

PropertyTypeRequiredDefault valueDescription
chainIdStringtrue

Unique identificator of the Chain.

propertyIdStringtrue
Unique identificator of the Hotel.
roomIdStringtrue
Unique identificator of the Room.
presenceBoolenatrue
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

PropertyTypeRequiredDescription
PagePagetrueDescription 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
}
  • No labels