POST api/BillingDetails/GetBillingCycleUsageGraphData
Request Information
URI Parameters
None.
Body Parameters
BillingCycleUsageData| Name | Description | Type | Additional information |
|---|---|---|---|
| BsCustomerID | string |
None. |
|
| ESIID | string |
None. |
|
| CompanyID | integer |
None. |
|
| BillNumber | string |
None. |
|
| LanguagePreferences | string |
None. |
|
| Zipcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BsCustomerID": "sample string 1",
"ESIID": "sample string 2",
"CompanyID": 3,
"BillNumber": "sample string 4",
"LanguagePreferences": "sample string 5",
"Zipcode": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BillingCycleUsageGraphData| Name | Description | Type | Additional information |
|---|---|---|---|
| DailySeries | string |
None. |
|
| UsageData | string |
None. |
|
| WeatherData | string |
None. |
|
| ServicePeriod | string |
None. |
|
| BillFilter | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DailySeries": "sample string 1",
"UsageData": "sample string 2",
"WeatherData": "sample string 3",
"ServicePeriod": "sample string 4",
"BillFilter": "sample string 5"
}