/
MaintenanceIssue
MaintenanceIssue
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the MaintenanceIssue. |
name | String | true | Name of the MaintenanceIssue. |
reportedBy | String | false | Name of the person that reported the issue |
module | Module | false | Module where the issue was found |
location | String | false | Place where the issue was found |
expiredDate | Date | false | Due date for the issue |
priorityType | PriorityType | true | Priority of this issue |
remark | String | false | Extra information added by the user |
assignedUser | User | false | User that will be in charge of this issue |
maintenanceIssueStatusType | MaintenanceIssueStatusType | true | Status of the issue |
maintenanceIssueImageSet | Array of MaintenanceIssueImage | false | Images related to the issue |
mainImage | String | false | Main image of the issue |
JSON representation
{ "id": 1, "createdDate": "2018-07-16T15:26:00.423Z", "modifiedDate": "2018-07-16T15:26:00.427Z", "createdUser": 0, "modifiedUser": 0, "name": "Issue 1", "reportedBy": "Phyllis", "module": { "id": 13, "createdDate": "2018-07-16T15:25:07.753Z", "modifiedDate": "2018-07-16T15:34:11.903Z", "createdUser": 0, "modifiedUser": 0, "property": null, "code": "113", "name": "M113", "floor": { "id": 1, "createdDate": "2018-07-16T15:25:06.543Z", "modifiedDate": "2018-07-16T15:25:06.547Z", "createdUser": 0, "modifiedUser": 0, "code": "1", "name": "Floor 1", "order": 1 }, "moduleStatusType": null, "roomModuleSet": null, "moduleLockSet": null, "hasIssue": false }, "expiredDate": "2018-12-31", "priorityType": { "id": 4, "code": "LOW", "name": "Low", "nameI18n": "Low", "order": 3 }, "remark": "Remark maintenanceIssue", "maintenanceIssueStatusType": { "id": 1, "code": "1", "name": "ToDo", "nameI18n": "ToDo", "colorCode": "#e53935" }, "maintenanceIssueImageSet": [] }
, multiple selections available,
Related content
MaintenanceIssueStatusType
MaintenanceIssueStatusType
More like this
MaintenanceIssueImage
MaintenanceIssueImage
More like this
HousekeepingTaskDaily
HousekeepingTaskDaily
More like this
HousekeepingTaskDailyModule
HousekeepingTaskDailyModule
More like this
Property
Property
More like this
Reservation
Reservation
More like this