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