All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| seller | SellerDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"seller" : {
"code" : "...",
"description" : "...",
"currencyCode" : "...",
"countryCode" : "...",
"languageCode" : "...",
"parentSeller" : "...",
"customers" : {
"customer" : [ { }, { } ]
},
"customFields" : {
"customField" : [ { }, { } ]
},
"invoiceTypeSequences" : {
"property1" : {
"prefixEL" : "...",
"sequenceSize" : 12345,
"currentInvoiceNb" : 12345
},
"property2" : {
"prefixEL" : "...",
"sequenceSize" : 12345,
"currentInvoiceNb" : 12345
}
},
"businessAccountModel" : {
"code" : "...",
"description" : "..."
},
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "INVALID_IMAGE_DATA",
"message" : "..."
}
}