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:
-
https://192.168.0.240/app_hotel_set?id=7382&checkedIn=1&locked=0
-
https://192.168.0.240/app_hotel_set?id=7382&exchangeLine=0&locked=1&cleaned=0
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 |