name | data type | constraints | description |
---|---|---|---|
code | string | required, max size: 255, min size: 1 | |
referenceDescription | string | ||
descriptionNotNull | string | ||
codeChanged | boolean | ||
version | number | ||
description | string | max size: 255, min size: 0 | |
descriptionI18nNullSafe | map of string | ||
auditable | Auditable | ||
historized | boolean | ||
parentEntity | BusinessEntity | ||
descriptionOrCode | string | ||
isCompany | boolean | ||
auditableFields | array of AuditableFieldHistory | ||
descriptionAndCode | string | ||
notified | boolean | ||
transient | boolean | ||
referenceCode | string | ||
parentEntityType | object | ||
appendGeneratedCode | boolean | ||
descriptionI18n | map of string | ||
id | number |
Example
{ "code" : "...", "referenceDescription" : "...", "descriptionNotNull" : "...", "codeChanged" : true, "version" : 12345, "description" : "...", "descriptionI18nNullSafe" : { "property1" : "...", "property2" : "..." }, "auditable" : { "lastModified" : 12345, "updated" : 12345, "updater" : "...", "created" : 12345, "creator" : "...", "lastUser" : "..." }, "historized" : true, "parentEntity" : { "descriptionOrCode" : "...", "auditableFields" : [ { "historized" : true, "notified" : true, "auditType" : "RENEWAL", "historable" : true, "fieldName" : "...", "currentState" : { }, "notfiable" : true, "previousState" : { } }, { "historized" : true, "notified" : true, "auditType" : "STATUS", "historable" : true, "fieldName" : "...", "currentState" : { }, "notfiable" : true, "previousState" : { } } ], "version" : 12345, "historized" : true, "appendGeneratedCode" : true, "auditable" : { "lastModified" : 12345, "updated" : 12345, "updater" : "...", "created" : 12345, "creator" : "...", "lastUser" : "..." }, "parentEntity" : { }, "parentEntityType" : { }, "description" : "...", "referenceDescription" : "...", "codeChanged" : true, "referenceCode" : "...", "code" : "...", "transient" : true, "descriptionAndCode" : "...", "id" : 12345, "notified" : true }, "descriptionOrCode" : "...", "isCompany" : true, "auditableFields" : [ { "historized" : true, "notified" : true, "auditType" : "STATUS", "historable" : true, "fieldName" : "...", "currentState" : { }, "notfiable" : true, "previousState" : { } }, { "historized" : true, "notified" : true, "auditType" : "RENEWAL", "historable" : true, "fieldName" : "...", "currentState" : { }, "notfiable" : true, "previousState" : { } } ], "descriptionAndCode" : "...", "notified" : true, "transient" : true, "referenceCode" : "...", "parentEntityType" : { }, "appendGeneratedCode" : true, "descriptionI18n" : { "property1" : "...", "property2" : "..." }, "id" : 12345 }