AccountingCode Data Type

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

Example

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