All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| xmlContent | string | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"xmlContent" : "...",
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "DUPLICATE_ACCESS",
"message" : "..."
}
}