All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| invoiceSubCategoryCountryDto | InvoiceSubCategoryCountryDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"invoiceSubCategoryCountryDto" : {
"invoiceSubCategory" : "...",
"sellingCountry" : "...",
"country" : "...",
"tax" : "...",
"taxCodeEL" : "...",
"discountCode" : "...",
"filterEL" : "..."
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "ENTITY_DOES_NOT_EXISTS_EXCEPTION",
"message" : "..."
}
}