The Class OccTemplateDto.
| name | data type | type | namespace | min/max occurs | constraints | wrapped by | description |
|---|---|---|---|---|---|---|---|
| code | string | attribute | 1/1 | The code | |||
| description | string | attribute | 0/1 | The description | |||
| id | long | attribute | 0/1 | The id. | |||
| |
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
| accountingCode | string | element | 1/1 | required | The accounting code. | ||
| auditable | auditableDto | element | 0/1 | ||||
| auditableField | auditableFieldDto | element | 0/unbounded | auditableFields | |||
| occCategory | operationCategoryEnum | element | 1/1 | required | The occ category. | ||
| updatedCode | string | element | 0/1 | The updated code. |
Example
<OCCTemplate code="..." description="..." id="...">
<accountingCode>...</accountingCode>
<auditable created="..." creator="..." updated="..." updater="..."/>
<auditableFields>
<auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
<auditable created="..." creator="..." updated="..." updater="..."/>
<auditableFields>
<auditableField/>
</auditableFields>
<updatedCode>...</updatedCode>
</auditableField>
</auditableFields>
<occCategory>...</occCategory>
<updatedCode>...</updatedCode>
</OCCTemplate>