AccountingCode Data Type

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

Example

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