POST api/BillingDetails/GetEstimatedBillGraphData
Request Information
URI Parameters
None.
Body Parameters
EstimatedBillData| Name | Description | Type | Additional information |
|---|---|---|---|
| bsCustomerID | string |
None. |
|
| companyID | integer |
None. |
|
| chartName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"bsCustomerID": "sample string 1",
"companyID": 2,
"chartName": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EstimatedBillingGraphData| Name | Description | Type | Additional information |
|---|---|---|---|
| HasEstimatedBill | integer |
None. |
|
| BSCustomerID | string |
None. |
|
| LastMonthBillCharges | decimal number |
None. |
|
| EstimatedBillCharges | decimal number |
None. |
|
| IsNightFreePlan | boolean |
None. |
|
| IsExcludedProduct | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"HasEstimatedBill": 1,
"BSCustomerID": "sample string 1",
"LastMonthBillCharges": 1.0,
"EstimatedBillCharges": 1.0,
"IsNightFreePlan": true,
"IsExcludedProduct": true
}