PMS REST API
Online documentation
SetHotelMaintenanceRequest
Inheritance: HotelRequestBase
Request for Insert,Update,Delete a Hotel Maintenance
| Property Name | Type | Description |
| HotelMaintenance | HotelMaintenance | Data to Insert,Update or Delete |
| ActionType | ActionType3Enum | Data Action to take |
| FieldNamesToUpdate | List<string> |
The fields that should be updated if Hotel Maintenance should be updated. If is null or empty all NOT NULL FIELDS fields will be updated. Not needed for new Hotel Maintenance |
| 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 |

