The Class GetPreInvoicingReportsResponseDto.
name | data type | description |
---|---|---|
preInvoicingReportsDTO | PreInvoicingReportsDTO | The pre invoicing reports DTO. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "preInvoicingReportsDTO" : { "creditDebitCardBillableBANumber" : 12345, "directDebitBANumber" : 12345, "checkBillableBANumber" : 12345, "taxesAmount" : 12345.0, "checkBillableBAAmountHT" : 12345.0, "tipBillableBANumber" : 12345, "wiretransferBillableBANumber" : 12345, "tipBANumber" : 12345, "lastTransactionDate" : 12345, "creditDebitCardBANumber" : 12345, "wiretransferBillableBAAmountHT" : 12345.0, "subCategoriesAmountHT" : 12345.0, "wiretransferBANumber" : 12345, "amoutWitountTax" : 12345.0, "billableBillingAccountNumber" : 12345, "billingCycleCode" : "...", "checkBANumber" : 12345, "tipBillableBAAmountHT" : 12345.0, "creditDebitCardBillableBAAmountHT" : 12345.0, "directDebitBillableBAAmountHT" : 12345.0, "invoiceDate" : 12345, "billingAccountNumber" : 12345, "directDebitBillableBANumber" : 12345 }, "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }