auditableDto Data Type

Equivalent of AuditableEntity in DTO Contain the entity creation and modification dates.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
created dateTime attribute 0/1 Created date
creator string attribute 0/1 User who created the record
updated dateTime attribute 0/1 Updated date
updater string attribute 0/1 Set to the user who updated this record

Example

<a----- created="..." creator="..." updated="..." updater="..."/>