CostOfUsagePeriod
This output type is used to describe a period containing possibly mutliple half hourly periods and multiple product rate band subcategories.
Fields
The unit associated with the consumption.
The currency associated with the cost.
Details of each charging interval inside period.
Overall start and end for the usage period.
Total consumption within period, measured in kWh.
Total cost within period, measured in pence.
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
{
"consumptionUnit": "plant-save-tree-Mrs-hospital",
"currency": "accept-sound-word-trade-production",
"intervals": [CostOfUsageBandInterval],
"period": DateTimeRange,
"totalConsumption": "1.0",
"totalCost": "1.0"
}