Skip to content

Set room status#

Function call (URL) Permissions Possible parameters
/app_hotel_set admin / sub-admin id: unique ID of the hotel participant / room
checkedIn: 0 checked-out, 1 checked-in
exchangeLine: 0 incoming calls only, 1 incoming and outgoing calls possible
locked: 0 room is locked, 1 room is available
cleaned: 0 room must be cleaned, 1 room is cleaned

Example calls:

Info

  • The Id must be specified, all other parameters are optional
  • In order to use this function, the Hotel User function must be activated
Response type Possible content
successful true or false
Example response
{ "successful": true }