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" : { "checkBillableBANumber" : 12345, "wiretransferBillableBAAmountHT" : 12345.0, "wiretransferBANumber" : 12345, "tipBANumber" : 12345, "creditDebitCardBillableBANumber" : 12345, "wiretransferBillableBANumber" : 12345, "billableBillingAccountNumber" : 12345, "checkBillableBAAmountHT" : 12345.0, "creditDebitCardBillableBAAmountHT" : 12345.0, "directDebitBANumber" : 12345, "directDebitBillableBANumber" : 12345, "tipBillableBANumber" : 12345, "billingCycleCode" : "...", "subCategoriesAmountHT" : 12345.0, "taxesAmount" : 12345.0, "amoutWitountTax" : 12345.0, "invoiceDate" : 12345, "billingAccountNumber" : 12345, "checkBANumber" : 12345, "tipBillableBAAmountHT" : 12345.0, "lastTransactionDate" : 12345, "creditDebitCardBANumber" : 12345, "directDebitBillableBAAmountHT" : 12345.0 }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }