All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| emailTemplate | EmailTemplateDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"emailTemplate" : {
"subject" : "...",
"htmlContent" : "...",
"textContent" : "...",
"code" : "...",
"description" : "...",
"media" : "WEBSERVICE",
"tagStartDelimiter" : "...",
"tagEndDelimiter" : "...",
"startDate" : 12345,
"endDate" : 12345,
"type" : "DUNNING",
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "ENTITY_DOES_NOT_EXISTS_EXCEPTION",
"message" : "..."
}
}