The Class EmailTemplateResponseDto.
name | data type | description |
---|---|---|
emailTemplate | EmailTemplateDto | Gets the email template. |
actionStatus | ActionStatus | Gets the action status. |
Example
{ "emailTemplate" : { "subject" : "...", "htmlContent" : "...", "id" : 12345, "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "textContent" : "...", "media" : "CFT_FILE", "code" : "...", "tagStartDelimiter" : "...", "tagEndDelimiter" : "...", "description" : "...", "startDate" : 12345, "endDate" : 12345, "type" : "DUNNING", "updatedCode" : "..." }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }