All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| countersInstances | CountersInstancesDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"countersInstances" : {
"counterInstance" : [ {
"code" : "...",
"description" : "..."
}, {
"code" : "...",
"description" : "..."
} ]
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "INVALID_IMAGE_DATA",
"message" : "..."
}
}