GET request/customer/{CustomerId}/sitesummaryhh
Lists all the Sites Half Hourly Summary
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CustomerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SiteSummaryHHName | Description | Type | Additional information |
---|---|---|---|
MeterCount | integer |
None. |
|
MeterType | integer |
None. |
|
MeterTypeValue | string |
None. |
|
SiteCount | integer |
None. |
|
TotalCommission | decimal number |
None. |
|
TotalConsumption | integer |
None. |
|
TotalValue | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "siteCount": 1, "meterCount": 1, "totalConsumption": 1, "totalValue": 1.0, "totalCommission": 1.0, "meterType": 1, "meterTypeValue": "sample string 1" }, { "siteCount": 1, "meterCount": 1, "totalConsumption": 1, "totalValue": 1.0, "totalCommission": 1.0, "meterType": 1, "meterTypeValue": "sample string 1" } ]
text/html
Sample:
[{"siteCount":1,"meterCount":1,"totalConsumption":1,"totalValue":1.0,"totalCommission":1.0,"meterType":1,"meterTypeValue":"sample string 1"},{"siteCount":1,"meterCount":1,"totalConsumption":1,"totalValue":1.0,"totalCommission":1.0,"meterType":1,"meterTypeValue":"sample string 1"}]
application/xml, text/xml
Sample:
<ArrayOfSiteSummaryHH xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.MeterDto"> <SiteSummaryHH> <MeterCount>1</MeterCount> <MeterType>1</MeterType> <MeterTypeValue>sample string 1</MeterTypeValue> <SiteCount>1</SiteCount> <TotalCommission>1</TotalCommission> <TotalConsumption>1</TotalConsumption> <TotalValue>1</TotalValue> </SiteSummaryHH> <SiteSummaryHH> <MeterCount>1</MeterCount> <MeterType>1</MeterType> <MeterTypeValue>sample string 1</MeterTypeValue> <SiteCount>1</SiteCount> <TotalCommission>1</TotalCommission> <TotalConsumption>1</TotalConsumption> <TotalValue>1</TotalValue> </SiteSummaryHH> </ArrayOfSiteSummaryHH>