Channel Data Type

Implemented Interfaces
IReferenceEntity, Serializable
Properties
name data type constraints description
active boolean  
descriptionI18n map of string  
codeChanged boolean  
historized boolean  
referenceCode string  
version number  
notified boolean  
descriptionAndCode string  
id number  
auditableFields array of AuditableFieldHistory  
auditable Auditable  
referenceDescription string  
descriptionOrCode string  
description string max size: 255, min size: 0
appendGeneratedCode boolean  
code string required, max size: 255, min size: 1
transient boolean  
parentEntity BusinessEntity  
disabled boolean  
parentEntityType object  

Example

{
  "active" : true,
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "codeChanged" : true,
  "historized" : true,
  "referenceCode" : "...",
  "version" : 12345,
  "notified" : true,
  "descriptionAndCode" : "...",
  "id" : 12345,
  "auditableFields" : [ {
    "historable" : true,
    "fieldName" : "...",
    "currentState" : { },
    "notified" : true,
    "notfiable" : true,
    "previousState" : { },
    "auditType" : "OTHER",
    "historized" : true
  }, {
    "historable" : true,
    "fieldName" : "...",
    "currentState" : { },
    "notified" : true,
    "notfiable" : true,
    "previousState" : { },
    "auditType" : "OTHER",
    "historized" : true
  } ],
  "auditable" : {
    "updater" : "...",
    "updated" : 12345,
    "creator" : "...",
    "lastUser" : "...",
    "created" : 12345,
    "lastModified" : 12345
  },
  "referenceDescription" : "...",
  "descriptionOrCode" : "...",
  "description" : "...",
  "appendGeneratedCode" : true,
  "code" : "...",
  "transient" : true,
  "parentEntity" : {
    "auditableFields" : [ {
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notified" : true,
      "notfiable" : true,
      "previousState" : { },
      "auditType" : "STATUS",
      "historized" : true
    }, {
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notified" : true,
      "notfiable" : true,
      "previousState" : { },
      "auditType" : "STATUS",
      "historized" : true
    } ],
    "description" : "...",
    "version" : 12345,
    "id" : 12345,
    "notified" : true,
    "appendGeneratedCode" : true,
    "auditable" : {
      "updater" : "...",
      "updated" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "created" : 12345,
      "lastModified" : 12345
    },
    "codeChanged" : true,
    "parentEntityType" : { },
    "descriptionAndCode" : "...",
    "descriptionOrCode" : "...",
    "transient" : true,
    "parentEntity" : { },
    "referenceDescription" : "...",
    "historized" : true,
    "referenceCode" : "...",
    "code" : "..."
  },
  "disabled" : true,
  "parentEntityType" : { }
}