Equivalent of BusinessEntity in DTO
| name | data type | type | namespace | min/max occurs | wrapped by | description |
|---|---|---|---|---|---|---|
| code | string | attribute | 1/1 | The code | ||
| description | string | attribute | 0/1 | The description | ||
| id | long | attribute | 0/1 | The id. | ||
| amountWithTax | decimal | element | 0/1 | |||
| amountWithoutTax | decimal | element | 0/1 | |||
| auditable | auditableDto | element | 0/1 | |||
| auditableField | auditableFieldDto | element | 0/unbounded | auditableFields | ||
| operationDate | dateTime | element | 0/1 | |||
| quantity | decimal | element | 0/1 | |||
| status | instanceStatusEnum | element | 0/1 | |||
| terminationDate | dateTime | element | 0/1 | |||
| updatedCode | string | element | 0/1 | The updated code. |
Example
<o----- code="..." description="..." id="...">
<operationDate>...</operationDate>
<terminationDate>...</terminationDate>
<status>...</status>
<quantity>...</quantity>
<amountWithoutTax>...</amountWithoutTax>
<amountWithTax>...</amountWithTax>
<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>
<updatedCode>...</updatedCode>
</o----->