Show pagesource Old revisions Backlinks Export to PDF Rename Page ODT export Add to book Book Creator Add this page to your book Book Creator Remove this page from your book Manage book (0 page(s)) Help Set hotel room status Function call (URL)PermissionsPossible parameters /app_hotel_setAdmin Sub-AdminID Unique ID of the hotel participant / room checkedIn 0 Check-Out 1 check-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 call: https://192.168.0.240/app_hotel_set?id=7382&checkedIn=1 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 Note: The Id must be specified, all other parameters are optional In order to use this function, the Hotel User function must be activated Response typePossible content successful true Set the status of the hotel room successfully false Setting the status of the hotel room not successful Example response: { "successful": true }