All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| ddrequestLotOpDto | DDRequestLotOpDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"ddrequestLotOpDto" : {
"fromDueDate" : 12345,
"toDueDate" : 12345,
"ddrequestOp" : "PAYMENT",
"status" : "ERROR",
"errorCause" : "...",
"fileFormat" : "PAYNUM"
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "INVALID_ENUM_VALUE",
"message" : "..."
}
}