accountingCodeDto Data Type

The Class AccountingCodeDto.

Namespace
(Default)
Available Since
5.0
Properties
name data type type namespace min/max occurs description
chartOfAccountTypeEnum chartOfAccountTypeEnum element 0/1 The chart of account type enum.
chartOfAccountViewTypeEnum chartOfAccountViewTypeEnum element 0/1 The chart of account view type enum.
migrated boolean element 1/1 The migrated.
notes string element 0/1 The notes.
parentAccountingCode string element 0/1 The parent accounting code.
reportingAccount string element 0/1 The reporting account.
Properties inherited from enableBusinessDto
code string attribute 1/1 The code
description string attribute 0/1 The description
id long attribute 0/1 The id.
auditable auditableDto element 0/1  
auditableField auditableFieldDto element 0/unbounded  
disabled boolean element 0/1 Is entity disabled. Value is ignored in Update action - use enable/disable API instead.
updatedCode string element 0/1 The updated code.

Example

<a----- code="..." description="..." id="...">
  <parentAccountingCode>...</parentAccountingCode>
  <chartOfAccountTypeEnum>...</chartOfAccountTypeEnum>
  <chartOfAccountViewTypeEnum>...</chartOfAccountViewTypeEnum>
  <reportingAccount>...</reportingAccount>
  <notes>...</notes>
  <migrated>...</migrated>
  <disabled>...</disabled>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
  <updatedCode>...</updatedCode>
</a----->