All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| notificationDto | NotificationDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"notificationDto" : {
"code" : "...",
"classNameFilter" : "...",
"eventTypeFilter" : "REJECTED",
"elFilter" : "...",
"scriptInstanceCode" : "...",
"scriptParams" : {
"property1" : "...",
"property2" : "..."
},
"counterTemplate" : "...",
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "ENTITY_DOES_NOT_EXISTS_EXCEPTION",
"message" : "..."
}
}