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