AccountingCode Data Type

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

Example

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