PMS REST API
Online documentation
SetRoomProblemPeriodRequest
Inheritance: HotelRequestBase
Request for setting the usage status of a room
| Property Name | Type | Description |
| RoomProblemPeriodId | long? |
Room Problem Period unique Id to Update Null for Insert |
| RoomId | long | Room unique Id |
| FromDate | DateTime | Start From Date |
| ToDate | DateTime | Till Date |
| ProblemStatusId | long |
Problem Status unique Id GetRoomProblemStatuses method returns the list of items |
| ProblemReasonId | long |
Problem Reason unique Id GetRoomProblemReasons method returns the list of items |
| AfterwardHKStatusId | long |
Unique id of Housekeeping Room Status when Problem Period ends GetHKStatuses method returns the list of items |
| Remark | string | Reamrk |
| ReservationId | long? | Related Reservation Id |
| 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 |

