PMS REST API
Online documentation
SetRoomsHKStatusRequest
Inheritance: HotelRequestBase
Request for setting the housekeeping status of a room
| Property Name | Type | Description |
| RoomId | long | Room unique Id |
| NewHkStatusId | long? | Housekeeping Status unique Id |
| NewRoomVacancyStatus | RoomVacancyStatusEnum ? | Vacancy information about housekeeping status of this room |
| NewHkDeterminedGuestCount | int? | Number Persons Entered by HouseKeeping Maid |
| SetVacancyStatusAndGuestCountAsNull | bool | if true set RoomVacancyStatus=null and HkDeterminedGuestCount=null |
| HotelCode | string | Destination hotel id or code. |
| Language | string | If specified, response will be translated based on the language code. |
| AuthData | AuthData | Request authentication info. If Http header authentication data is specified, this data is overridden |

