All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| requestId | string | |
| accepted | boolean | |
| subscriptionId | string | |
| status | string | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"requestId" : "...",
"accepted" : true,
"subscriptionId" : "...",
"status" : "...",
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "INVALID_PARAMETER",
"message" : "..."
}
}