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