All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| access | AccessDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"access" : {
"code" : "...",
"subscription" : "...",
"startDate" : 12345,
"endDate" : 12345,
"customFields" : {
"customField" : [ { }, { } ]
}
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "MISSING_PARAMETER",
"message" : "..."
}
}