All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| entityAction | EntityCustomActionDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"entityAction" : {
"code" : "...",
"description" : "...",
"appliesTo" : "...",
"applicableOnEl" : "...",
"label" : "...",
"script" : {
"executionRoles" : [ { }, { } ],
"sourcingRoles" : [ { }, { } ],
"code" : "...",
"description" : "...",
"type" : "JAVA",
"script" : "..."
}
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "INSUFFICIENT_BALANCE",
"message" : "..."
}
}