AccountingCode Data Type

Implemented Interfaces
IReferenceEntity, Serializable
Properties
name data type constraints description
version number  
parentAccountingCode AccountingCode  
historized boolean  
chartOfAccountTypeEnum ChartOfAccountTypeEnum  
code string required, max size: 255, min size: 1
migrated boolean  
parentEntity BusinessEntity  
id number  
chartOfAccountViewTypeEnum ChartOfAccountViewTypeEnum  
descriptionOrCode string  
notified boolean  
appendGeneratedCode boolean  
active boolean  
descriptionAndCode string  
referenceCode string  
description string max size: 255, min size: 0
auditableFields array of AuditableFieldHistory  
reportingAccount string  
auditable Auditable  
codeChanged boolean  
disabled boolean  
notes string  
transient boolean  
referenceDescription string  
parentEntityType object  

Example

{
  "version" : 12345,
  "parentAccountingCode" : {
    "version" : 12345,
    "parentAccountingCode" : { },
    "historized" : true,
    "chartOfAccountTypeEnum" : "ASSETS",
    "code" : "...",
    "migrated" : true,
    "parentEntity" : {
      "description" : "...",
      "code" : "...",
      "version" : 12345,
      "parentEntity" : { },
      "id" : 12345,
      "transient" : true,
      "historized" : true,
      "descriptionOrCode" : "...",
      "auditable" : { },
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "codeChanged" : true,
      "parentEntityType" : { },
      "notified" : true,
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "auditableFields" : [ { }, { } ]
    },
    "id" : 12345,
    "chartOfAccountViewTypeEnum" : "REGULAR",
    "descriptionOrCode" : "...",
    "notified" : true,
    "appendGeneratedCode" : true,
    "active" : true,
    "descriptionAndCode" : "...",
    "referenceCode" : "...",
    "description" : "...",
    "auditableFields" : [ {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "STATUS",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    }, {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "STATUS",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    } ],
    "reportingAccount" : "...",
    "auditable" : {
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345,
      "updated" : 12345,
      "lastUser" : "...",
      "creator" : "..."
    },
    "codeChanged" : true,
    "disabled" : true,
    "notes" : "...",
    "transient" : true,
    "referenceDescription" : "...",
    "parentEntityType" : { }
  },
  "historized" : true,
  "chartOfAccountTypeEnum" : "ASSETS",
  "code" : "...",
  "migrated" : true,
  "parentEntity" : {
    "description" : "...",
    "code" : "...",
    "version" : 12345,
    "parentEntity" : { },
    "id" : 12345,
    "transient" : true,
    "historized" : true,
    "descriptionOrCode" : "...",
    "auditable" : {
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345,
      "updated" : 12345,
      "lastUser" : "...",
      "creator" : "..."
    },
    "referenceDescription" : "...",
    "referenceCode" : "...",
    "codeChanged" : true,
    "parentEntityType" : { },
    "notified" : true,
    "appendGeneratedCode" : true,
    "descriptionAndCode" : "...",
    "auditableFields" : [ {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "STATUS",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    }, {
      "notified" : true,
      "historized" : true,
      "notfiable" : true,
      "historable" : true,
      "auditType" : "RENEWAL",
      "fieldName" : "...",
      "currentState" : { },
      "previousState" : { }
    } ]
  },
  "id" : 12345,
  "chartOfAccountViewTypeEnum" : "VIEW",
  "descriptionOrCode" : "...",
  "notified" : true,
  "appendGeneratedCode" : true,
  "active" : true,
  "descriptionAndCode" : "...",
  "referenceCode" : "...",
  "description" : "...",
  "auditableFields" : [ {
    "notified" : true,
    "historized" : true,
    "notfiable" : true,
    "historable" : true,
    "auditType" : "STATUS",
    "fieldName" : "...",
    "currentState" : { },
    "previousState" : { }
  }, {
    "notified" : true,
    "historized" : true,
    "notfiable" : true,
    "historable" : true,
    "auditType" : "STATUS",
    "fieldName" : "...",
    "currentState" : { },
    "previousState" : { }
  } ],
  "reportingAccount" : "...",
  "auditable" : {
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345,
    "updated" : 12345,
    "lastUser" : "...",
    "creator" : "..."
  },
  "codeChanged" : true,
  "disabled" : true,
  "notes" : "...",
  "transient" : true,
  "referenceDescription" : "...",
  "parentEntityType" : { }
}