AccountingCode Data Type

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

Example

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