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