Set the Guest Service Status to DND or MUR - off
PUT {{HostName}}/hsk/v0/hotels/{{HotelId}}/serviceRequests
HPI-RoomEquipment - Change Guest Service Status
Example API message to change a Guest Service Status for a specific room
GuestServiceStatus option can be set by a hotel guest itself through a vendor system option to set a Do Not Disturb or a Make Up Room notification similar to the Door sign he can hang out outside the room door so housekeeping or Room service staff is aware.
roomList = Room number
status = DoNotDisturb, MakeUpRoom or NoStatusSelected
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
status information only | null | DoNotDisturb, MakeUpRoom, NoStatusSelected |
Request Body
{"criteria"=>{"hotelId"=>"{{HotelId}}", "roomList"=>["104"], "status"=>"NoStatusSelected"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
x-hotelid | string | ||
x-app-key | string |