All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| occTemplates | OccTemplatesDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"occTemplates" : {
"occTemplate" : [ {
"code" : "...",
"description" : "...",
"accountCode" : "...",
"occCategory" : "DEBIT",
"accountCodeClientSide" : "...",
"updatedCode" : "..."
}, {
"code" : "...",
"description" : "...",
"accountCode" : "...",
"occCategory" : "CREDIT",
"accountCodeClientSide" : "...",
"updatedCode" : "..."
} ]
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "DUPLICATE_ACCESS",
"message" : "..."
}
}