All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| country | CountryIsoDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"country" : {
"countryCode" : "...",
"nameEn" : "...",
"nameFr" : "...",
"currencyCode" : "...",
"languageCode" : "..."
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "GENERIC_API_EXCEPTION",
"message" : "..."
}
}