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