AccountingCodeGetResponseDto Data Type

The Class AccountingCodeGetResponseDto.

Version
26 Feb 2018
Implemented Interfaces
Serializable
Properties
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" : "..."
  }
}