Channel Data Type

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

Example

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