AccountingCode Data Type

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

Example

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