Report - Customer Billing Summary
Report Name | customerInvoicesServicesCallsSummary |
---|
Report Options
field | type | description |
---|---|---|
date_from | date | The Earliest date to include, e.g. 2020-08-01 |
date_to | date | The Latest date to include |
Response Example
{
"succes": true,
"data": [
{
"cid": "888555",
"name": "My Example Company",
"invoice_total": 150,
"service_fees": 150,
"usage": 10,
"credits": 11
}
]
}
Response Fields
Field | brief description | notes |
---|---|---|
cid | The Customer ID |
|
Name | The Company Name |
|
Total Invoice | the inc tax total of the invoice |
|
Services Fees | the ex tax total of the service fees |
|
Usage | the ex tax total of the usage |
|
Credits | the inc tax amount credits | this is using the simple credit method and does not reflect negative valued items on the invoice |
, multiple selections available,