POST api/General/General_GetHourlyUsageData
Request Information
URI Parameters
None.
Body Parameters
Usage| Name | Description | Type | Additional information |
|---|---|---|---|
| eSIID | string |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| zip | string |
None. |
|
| languagePreference | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"eSIID": "sample string 1",
"startDate": "2025-10-29T01:58:34.7455719-04:00",
"endDate": "2025-10-29T01:58:34.7455719-04:00",
"zip": "sample string 2",
"languagePreference": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of HourlyUsageData| Name | Description | Type | Additional information |
|---|---|---|---|
| ESIID | string |
None. |
|
| Date | string |
None. |
|
| Language | string |
None. |
|
| BSCustomerID | string |
None. |
|
| CompanyID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ESIID": "sample string 1",
"Date": "sample string 2",
"Language": "sample string 3",
"BSCustomerID": "sample string 4",
"CompanyID": 5
},
{
"ESIID": "sample string 1",
"Date": "sample string 2",
"Language": "sample string 3",
"BSCustomerID": "sample string 4",
"CompanyID": 5
}
]