All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| postInvoicingReportsDTO | PostInvoicingReportsDTO | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"postInvoicingReportsDTO" : {
"negativeInvoicesAmount" : 12345.0,
"globalAmount" : 12345.0,
"tipAmuontHT" : 12345.0,
"directDebitInvoicesNumber" : 12345,
"tipAmuont" : 12345.0,
"creditDebitCardInvoicesNumber" : 12345,
"creditDebitCardAmount" : 12345.0,
"positiveInvoicesAmount" : 12345.0,
"checkInvoicesNumber" : 12345,
"creditDebitCardAmountHT" : 12345.0,
"checkAmuontHT" : 12345.0,
"negativeInvoicesNumber" : 12345,
"directDebitAmuontHT" : 12345.0,
"positiveInvoicesNumber" : 12345,
"negativeInvoicesTaxAmount" : 12345.0,
"negativeInvoicesAmountHT" : 12345.0,
"wiretransferAmuontHT" : 12345.0,
"positiveInvoicesAmountHT" : 12345.0,
"checkAmuont" : 12345.0,
"wiretransferAmuont" : 12345.0,
"emptyInvoicesNumber" : 12345,
"tipInvoicesNumber" : 12345,
"invoicesNumber" : 12345,
"positiveInvoicesTaxAmount" : 12345.0,
"directDebitAmuont" : 12345.0,
"wiretransferInvoicesNumber" : 12345,
"electronicInvoicesNumber" : 12345
},
"actionStatus" : {
"status" : "SUCCESS",
"errorCode" : "BUSINESS_API_EXCEPTION",
"message" : "..."
}
}