All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| permissionsDto | PermissionsDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"permissionsDto" : {
"permission" : [ {
"permission" : "...",
"name" : "..."
}, {
"permission" : "...",
"name" : "..."
} ]
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "GENERIC_API_EXCEPTION",
"message" : "..."
}
}