All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| tax | TaxDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"tax" : {
"code" : "...",
"description" : "...",
"percent" : 12345.0,
"accountingCode" : "...",
"languageDescriptions" : [ {
"languageCode" : "...",
"description" : "..."
}, {
"languageCode" : "...",
"description" : "..."
} ],
"customFields" : {
"customField" : [ { }, { } ],
"inheritedCustomField" : [ { }, { } ]
},
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "INVALID_IMAGE_DATA",
"message" : "..."
}
}