POST api/CommodityApi/Graph_GetHourlyUsageData
Request Information
URI Parameters
None.
Body Parameters
ApiParamOfGraphHourlyUsageDataCriteriaAndObject| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthKey | AuthenticationKey |
Required |
|
| Criteria | GraphHourlyUsageDataCriteria |
Required |
|
| Data | Object |
Required |
Request Formats
application/json, text/json
Sample:
{
"AuthKey": {
"WebServiceKey": "sample string 1",
"CompanyID": 1,
"AppSource": "sample string 2",
"AppSourceTeam": "sample string 3"
},
"Criteria": {
"ESIID": "sample string 1",
"CustomerID": "sample string 2",
"RefID": "sample string 3",
"Date": "2025-10-29T01:58:36.434832-04:00",
"LanguagePreference": "sample string 4"
},
"Data": {}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiOutputCommonOfListOfGraphHourlyUsageData| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | string |
None. |
|
| ResponseMessage | string |
None. |
|
| Data | Collection of GraphHourlyUsageData |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": "sample string 1",
"ResponseMessage": "sample string 2",
"Data": [
{
"usagedate": "sample string 1",
"usagehour0": 1.0,
"usagehour1": 1.0,
"usagehour2": 1.0,
"usagehour3": 1.0,
"usagehour4": 1.0,
"usagehour5": 1.0,
"usagehour6": 1.0,
"usagehour7": 1.0,
"usagehour8": 1.0,
"usagehour9": 1.0,
"usagehour10": 1.0,
"usagehour11": 1.0,
"usagehour12": 1.0,
"usagehour13": 1.0,
"usagehour14": 1.0,
"usagehour15": 1.0,
"usagehour16": 1.0,
"usagehour17": 1.0,
"usagehour18": 1.0,
"usagehour19": 1.0,
"usagehour20": 1.0,
"usagehour21": 1.0,
"usagehour22": 1.0,
"usagehour23": 1.0,
"MinDate": "sample string 2",
"MaxDate": "sample string 3",
"TempInfo": "sample string 4"
},
{
"usagedate": "sample string 1",
"usagehour0": 1.0,
"usagehour1": 1.0,
"usagehour2": 1.0,
"usagehour3": 1.0,
"usagehour4": 1.0,
"usagehour5": 1.0,
"usagehour6": 1.0,
"usagehour7": 1.0,
"usagehour8": 1.0,
"usagehour9": 1.0,
"usagehour10": 1.0,
"usagehour11": 1.0,
"usagehour12": 1.0,
"usagehour13": 1.0,
"usagehour14": 1.0,
"usagehour15": 1.0,
"usagehour16": 1.0,
"usagehour17": 1.0,
"usagehour18": 1.0,
"usagehour19": 1.0,
"usagehour20": 1.0,
"usagehour21": 1.0,
"usagehour22": 1.0,
"usagehour23": 1.0,
"MinDate": "sample string 2",
"MaxDate": "sample string 3",
"TempInfo": "sample string 4"
}
]
}