All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| jobInstanceDto | JobInstanceDto | Contains job instance information |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"jobInstanceDto" : {
"jobCategory" : "MEDIATION",
"jobTemplate" : "...",
"code" : "...",
"description" : "...",
"followingJob" : "...",
"parameter" : "...",
"active" : true,
"customFields" : {
"customField" : [ { }, { } ]
},
"timerCode" : "...",
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "DUPLICATE_ACCESS",
"message" : "..."
}
}