PMS REST API
Online documentation
HotelMaintenanceView
Inheritance: HotelMaintenance
Hotel Maintenance data for Select
| Property Name | Type | Description |
| ProfileType | ProfileType2Enum ? | XCMS_TYPE as ProfileType |
| MaintenanceTypeCode | string | Maintenance Type Code |
| MaintenanceTypeName | string | Maintenance Type Name |
| OriginCode | string | Origin Code |
| OriginName | string | Origin Name |
| StatusLevelCode | string | Origin Code |
| StatusLevelName | string | Origin Name |
| LocalityCode | string | Code\shortName of Locality object, of which object type is determined by LocalityType |
| LocalityName | string | Name of Locality object, of which object type is determined by LocalityType |
| RequestingEmployeeName | string | Name surname of employee that Request the maintenance task |
| ResponsibleEmployeeName | string | Name surname of employee that is Responsible of the maintenance task |
| HotelMaintenanceId | long? | Unique ID of Hotel Maintenance |
| StartDate | DateTime? |
Start date of maintenanace Mandatory field |
| DueDate | DateTime? | Due date of maintenanace |
| ResolveDate | DateTime? | Resolve date of maintenanace |
| Status | MaintenanceStatusEnum ? |
status of maintenance Mandatory field |
| Priority | MaintenancePriorityEnum ? |
Priority of maintenance Mandatory field |
| EstimatedDuration | int? | Estimated duration in minutes |
| ProfileId | int? | Uniques Id of profile |
| MaintenanceTypeId | int? |
Maintenance Type unique Id Mandatory field |
| OriginId | int? | Origin unique Id |
| StatusLevelId | int? |
Status Level unique Id Mandatory field |
| ActivityNote | string | Notes |
| ResolveNote | string | Resolve Note |
| LocalityType | LocalityTypeEnum ? |
Locality Type Mandatory field |
| LocalityId | long? |
Unique Id of Locality object, of which object type is determined by LocalityType Mandatory field |
| RequestingEmployeeId | long? | Unique Id of employee that Request the maintenance task |
| ResponsibleEmployeeId | long? | Unique Id of employee that is Responsible of the maintenance task |

