AccountingCode Data Type

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

Example

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