All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| preInvoicingReportsDTO | PreInvoicingReportsDTO | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"preInvoicingReportsDTO" : {
"tipBANumber" : 12345,
"subCategoriesAmountHT" : 12345.0,
"tipBillableBAAmountHT" : 12345.0,
"tipBillableBANumber" : 12345,
"amoutWitountTax" : 12345.0,
"creditDebitCardBANumber" : 12345,
"wiretransferBillableBANumber" : 12345,
"wiretransferBANumber" : 12345,
"directDebitBillableBAAmountHT" : 12345.0,
"wiretransferBillableBAAmountHT" : 12345.0,
"billingAccountNumber" : 12345,
"checkBillableBANumber" : 12345,
"checkBillableBAAmountHT" : 12345.0,
"checkBANumber" : 12345,
"billableBillingAccountNumber" : 12345,
"billingCycleCode" : "...",
"invoiceDate" : 12345,
"directDebitBillableBANumber" : 12345,
"creditDebitCardBillableBAAmountHT" : 12345.0,
"directDebitBANumber" : 12345,
"taxesAmount" : 12345.0,
"creditDebitCardBillableBANumber" : 12345,
"lastTransactionDate" : 12345
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "INVALID_PARAMETER",
"message" : "..."
}
}