PMS REST API
Online documentation
GetRoomWithHKStatusListRequest
Inheritance: HotelRequestBase
Request for to get rooms with housekeeping statuses of the hotel
| Property Name | Type | Description |
| HkStatusId | long? | housekeeping status unique Id |
| RoomId | long? | room unique Id |
| RoomNumber | string | Room unique Code, Room Number |
| 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 |

