POST api/General/General_GetHourlyUsageData
Request Information
URI Parameters
None.
Body Parameters
UsageName | 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-05-01T16:36:03.255137-04:00", "endDate": "2025-05-01T16:36:03.255137-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 HourlyUsageDataName | 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 } ]