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