All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| actionPlanItem | WFActionDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"actionPlanItem" : {
"uuid" : "...",
"actionEl" : "...",
"priority" : 12345,
"conditionEl" : "..."
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "BUSINESS_API_EXCEPTION",
"message" : "..."
}
}