AccountingCode Data Type

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

Example

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