All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| userHierarchyLevel | UserHierarchyLevelDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"userHierarchyLevel" : {
"code" : "...",
"description" : "...",
"parentLevel" : "...",
"userHierarchyLevel" : [ { }, { } ],
"orderLevel" : 12345
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "DELETE_REFERENCED_ENTITY_EXCEPTION",
"message" : "..."
}
}