Skip to main content

Fields

amountSaved : Float

The amount in yen that have been saved in this challenge.

baselineConsumptionKwh : Float

The expected consumption of a customer with responding to a demand response event.

eventDate : Date

The date of a particular demand response event.

numberOfEntries : Int

Get the number of entries the participant has got from this daily result.

outturnConsumptionKwh : Float

The actual consumption of a customer, having responded to an event.

percentageDifference : Float

The percentage difference between the target and actual consumption.

validFrom : DateTime

The start time of a particular demand response event.

validTo : DateTime

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" }