The Class AccountingCodeGetResponseDto.
name | data type | description |
---|---|---|
actionStatus | ActionStatus | The status response of the web service response. |
accountingCode | AccountingCodeDto | The accounting code. |
Example
{ "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "accountingCode" : { "disabled" : true, "parentAccountingCode" : "...", "chartOfAccountTypeEnum" : "ASSETS", "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" : "..." } ], "chartOfAccountViewTypeEnum" : "REGULAR", "code" : "...", "reportingAccount" : "...", "notes" : "...", "description" : "...", "migrated" : true, "updatedCode" : "..." } }