Report - New Customer Details
Report Name | customerNewDetails |
---|
Report Options
field | type | description |
---|---|---|
date_from | date | The earliest date to get for a payment created e.g. 2020-08-01 |
date_to | date | The latest date to report until |
Response Example
{
"succes":true,
"data": [
{
"cid": "22222222",
"company": "Brand New Customer",
"min_spend": "500.0000",
"contract_length": "",
"expected_revenue": "500.0000",
"monthly_fees": 20,
"setup_fees": null,
"service_types": "1300 Number",
"billinggroup": "Business",
"bundle_fees": null,
"services": [
{
"enid": 1234,
"service_type": "1300 Number",
"service_num": "1300111222",
"start_date": "2020-01-01",
"monthlyfee": "20.00",
}
]
}
]
}
Response Fields
Field | brief description | notes |
---|---|---|
cid | Customer ID |
|
compan | Company Name |
|
min_spend | Minimum Spend | field set in customer |
contract_length | Contract Length |
|
expected_revenue | Expected Revenue | field set in customer |
monthly_fees | Total ( Ex-Tax ) of the Monthly recurring fees |
|
setup_fees | Total of misc charges to be applied to customer |
|
service_types | Comma separated list of service types for customer |
|
billinggroup | Billing Group | field set in customer |
bundle_fees | Total (Ex-Tax) of the monthly bundle fees |
|
services | An Array of Services |
|
Service Fields
Field | brief description | notes |
---|---|---|
enid | Service ID |
|
service_type | The type of service |
|
service_num | The service number for the |
|
strart_date | The Start date |
|
monthlyfee | Ex-Tax Monthly recurring fee |
|