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