/
LostItemStatusType

LostItemStatusType

Structure

FieldTypeRequiredDescription
idInttrueUnique identifier for the LostItemStatusType.
codeStringtrueCode of the LostItemStatusType.
nameStringtrueName of the LostItemStatusType.
colorCodeStringtrueHexadecimal code of the color of the LostItemStatusType.

JSON representation

{
  "id": 1,
  "code": "1",
  "name": "Found",
  "nameI18n": "Found",
  "colorCode": "#64b5f6"
}

Related content