DemandResponseDailyResultType
Type representing a single day's results for a customer attempting a demand response event.
Fields
The amount in yen that have been saved in this challenge.
The expected consumption of a customer with responding to a demand response event.
The date of a particular demand response event.
Get the number of entries the participant has got from this daily result.
The actual consumption of a customer, having responded to an event.
The percentage difference between the target and actual consumption.
The start time of a particular demand response event.
The end time of a particular demand response event.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"amountSaved": 825.5,
"baselineConsumptionKwh": 120.71,
"eventDate": "1999-12-25",
"numberOfEntries": 97,
"outturnConsumptionKwh": 803.25,
"percentageDifference": 165.68,
"validFrom": "1978-07-02T06:34:03.760929+00:00",
"validTo": "2018-12-27T02:12:10.550692+00:00"
}