The Class NotificationHistoryDto.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| date | dateTime | element | 0/1 | The date. | |
| entityClassName | string | element | 0/1 | The entity class name. | |
| entityCode | string | element | 0/1 | The entity code. | |
| nbRetry | int | element | 1/1 | The nb retry. | |
| notification | string | element | 0/1 | The notification. | |
| result | string | element | 0/1 | The result. | |
| serializedEntity | string | element | 0/1 | The serialized entity. | |
| status | notificationHistoryStatusEnum | element | 0/1 | Possible values: SENT, TO_RETRY, FAILED, CANCELED. | |
Properties inherited from auditableEntityDto |
|||||
| auditable | auditableDto | element | 0/1 | ||
| auditableField | auditableFieldDto | element | 0/unbounded | ||
Example
<NotificationHistory>
<notification>...</notification>
<entityClassName>...</entityClassName>
<entityCode>...</entityCode>
<serializedEntity>...</serializedEntity>
<nbRetry>...</nbRetry>
<result>...</result>
<date>...</date>
<status>...</status>
<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>
</NotificationHistory>