Title Data Type

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

Example

{
  "id" : 12345,
  "referenceDescription" : "...",
  "historized" : true,
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "parentEntityType" : { },
  "referenceCode" : "...",
  "isCompany" : 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" : "OTHER",
      "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" : "..."
  },
  "auditable" : {
    "updater" : "...",
    "updated" : 12345,
    "creator" : "...",
    "lastUser" : "...",
    "created" : 12345,
    "lastModified" : 12345
  },
  "version" : 12345,
  "descriptionOrCode" : "...",
  "auditableFields" : [ {
    "historable" : true,
    "fieldName" : "...",
    "currentState" : { },
    "notified" : true,
    "notfiable" : true,
    "previousState" : { },
    "auditType" : "STATUS",
    "historized" : true
  }, {
    "historable" : true,
    "fieldName" : "...",
    "currentState" : { },
    "notified" : true,
    "notfiable" : true,
    "previousState" : { },
    "auditType" : "RENEWAL",
    "historized" : true
  } ],
  "notified" : true,
  "description" : "...",
  "transient" : true,
  "descriptionNotNull" : "...",
  "codeChanged" : true,
  "descriptionI18nNullSafe" : {
    "property1" : "...",
    "property2" : "..."
  },
  "code" : "...",
  "appendGeneratedCode" : true,
  "descriptionAndCode" : "..."
}