ModuleStatusType

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the ModuleStatusType.
codeStringtrueCode of the ModuleStatusType.
nameStringtrueName of the ModuleStatusType.
colorCodeStringtrueHexadecimal code of the color of the ModuleStatusType.

JSON representation

{
    "id": 1,
    "code": "CL",
    "name": "Clean",
    "colorCode": "#4caf50",
    "nameI18n": "Clean"
  }