AccountingCode Data Type

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

Example

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