MaintenanceIssueStatusType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the MaintenanceIssueStatusType. |
code | String | true | Code of the MaintenanceIssueStatusType. |
name | String | true | Name of the MaintenanceIssueStatusType. |
colorCode | String | true | Hexadecimal color code for this MaintenanceIssueStatusType. |
JSON representation
{ "id": 1, "code": "1", "name": "ToDo", "nameI18n": "ToDo", "colorCode": "#e53935" }