All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| timerEntity | TimerEntityDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"timerEntity" : {
"code" : "...",
"description" : "...",
"hour" : "...",
"minute" : "...",
"second" : "...",
"year" : "...",
"month" : "...",
"dayOfMonth" : "...",
"dayOfWeek" : "...",
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "AUTHENTICATION_AUTHORIZATION_EXCEPTION",
"message" : "..."
}
}