All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| invoiceTypeDto | InvoiceTypeDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"invoiceTypeDto" : {
"code" : "...",
"description" : "...",
"occTemplateCode" : "...",
"occTemplateNegativeCode" : "...",
"sequenceDto" : {
"prefixEL" : "...",
"sequenceSize" : 12345,
"currentInvoiceNb" : 12345
},
"sellerSequence" : {
"property1" : {
"prefixEL" : "...",
"sequenceSize" : 12345,
"currentInvoiceNb" : 12345
},
"property2" : {
"prefixEL" : "...",
"sequenceSize" : 12345,
"currentInvoiceNb" : 12345
}
},
"appliesTo" : [ "...", "..." ],
"matchingAuto" : true,
"updatedCode" : "..."
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "DELETE_REFERENCED_ENTITY_EXCEPTION",
"message" : "..."
}
}