AccountingCode Data Type

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

Example

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