PMS REST API
Online documentation
GetHotelMaintenancesRequest
Inheritance: HotelRequestBase
Get Hotel Maintenances
| Property Name | Type | Description |
| StartDateFrom | DateTime? | If not null then Returns records with Start Date greater then or equal to this value |
| StartDateTo | DateTime? | If not null then Returns records with Start Date smaller then this value |
| DueDateFrom | DateTime? | If not null then Returns records with Due Date greater then or equal to this value |
| DueDateTo | DateTime? | If not null then Returns records with Due Date smaller then this value |
| Status | MaintenanceStatusEnum ? | If not null then Returns records with maintenance status equeals to this value |
| HotelMaintenanceId | long? | Unique ID of Hotel Maintenance |
| PageNumber | int? | Used to page returning record count. This optional property indicates which page to return, default value is 1. |
| PageSize | int? | Used to page returning record count. This optional property indicates the record count of a page, default value is 100, max value is 100000. |
| 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 |

