All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| counterTemplate | CounterTemplateDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"counterTemplate" : {
"code" : "...",
"description" : "...",
"calendar" : "...",
"unity" : "...",
"type" : "NOTIFICATION",
"ceiling" : 12345.0,
"disabled" : true,
"counterLevel" : "UA",
"ceilingExpressionEl" : "...",
"notificationLevels" : "...",
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "MISSING_PARAMETER",
"message" : "..."
}
}