The Class AccountingSchemeDto.
name | data type | constraints | description |
---|---|---|---|
longDescription | string | The longDescription. | |
id | number | The id. | |
auditableField | array of AuditableFieldDto | ||
longDescriptionsTranslated | array of LanguageDescriptionDto | The longDescription I18N. | |
code | string | required | The code |
scriptCode | string | The scriptCode. | |
description | string | The description | |
updatedCode | string | The updated code. |
Example
{ "longDescription" : "...", "id" : 12345, "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "longDescriptionsTranslated" : [ { "languageCode" : "...", "description" : "..." }, { "languageCode" : "...", "description" : "..." } ], "code" : "...", "scriptCode" : "...", "description" : "...", "updatedCode" : "..." }