Channel Data Type

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

Example

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