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