| name | data type | description |
|---|---|---|
| auditableFields | array of AuditableFieldHistory | |
| transient | boolean | |
| auditable | Auditable | |
| code | string | |
| historized | boolean | |
| descriptionI18n | map of string | |
| language | Language | |
| countryCode | string | |
| id | number | |
| version | number | |
| description | string | |
| descriptionI18nNullSafe | map of string | |
| notified | boolean | |
| currency | Currency |
Example
{
"auditableFields" : [ {
"fieldName" : "...",
"historable" : true,
"historized" : true,
"auditType" : "STATUS",
"notfiable" : true,
"currentState" : { },
"notified" : true,
"previousState" : { }
}, {
"fieldName" : "...",
"historable" : true,
"historized" : true,
"auditType" : "RENEWAL",
"notfiable" : true,
"currentState" : { },
"notified" : true,
"previousState" : { }
} ],
"transient" : true,
"auditable" : {
"created" : 12345,
"creator" : "...",
"lastModified" : 12345,
"updater" : "...",
"updated" : 12345,
"lastUser" : "..."
},
"code" : "...",
"historized" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"language" : {
"transient" : true,
"description" : "...",
"version" : 12345,
"auditableFields" : [ {
"fieldName" : "...",
"historable" : true,
"historized" : true,
"auditType" : "OTHER",
"notfiable" : true,
"currentState" : { },
"notified" : true,
"previousState" : { }
}, {
"fieldName" : "...",
"historable" : true,
"historized" : true,
"auditType" : "STATUS",
"notfiable" : true,
"currentState" : { },
"notified" : true,
"previousState" : { }
} ],
"historized" : true,
"notified" : true,
"auditable" : {
"created" : 12345,
"creator" : "...",
"lastModified" : 12345,
"updater" : "...",
"updated" : 12345,
"lastUser" : "..."
},
"id" : 12345,
"languageCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"descriptionEn" : "..."
},
"countryCode" : "...",
"id" : 12345,
"version" : 12345,
"description" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"currency" : {
"auditable" : {
"created" : 12345,
"creator" : "...",
"lastModified" : 12345,
"updater" : "...",
"updated" : 12345,
"lastUser" : "..."
},
"transient" : true,
"auditableFields" : [ {
"fieldName" : "...",
"historable" : true,
"historized" : true,
"auditType" : "OTHER",
"notfiable" : true,
"currentState" : { },
"notified" : true,
"previousState" : { }
}, {
"fieldName" : "...",
"historable" : true,
"historized" : true,
"auditType" : "OTHER",
"notfiable" : true,
"currentState" : { },
"notified" : true,
"previousState" : { }
} ],
"version" : 12345,
"id" : 12345,
"notified" : true,
"description" : "...",
"systemCurrency" : true,
"symbol" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"historized" : true,
"descriptionEn" : "...",
"currencyCode" : "..."
}
}