Skip to main content

Fields

consumptionReadingsEndAt : DateTime! required

The datetime the consumption readings end.

consumptionReadingsStartAt : DateTime! required

The datetime the consumption readings start.

costComparisons : [TariffComparisonType]

Costs comparisons for available smart tariffs. Note: if product type is not supported or product doesn't have unit rates - it will not be included in response.

currentCost : Float! required

Total cost for a period.

currentCostWithTax : Float! required

Total cost with tax for a period.

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

{ "consumptionReadingsEndAt": "2008-07-27T01:35:00.555858+00:00", "consumptionReadingsStartAt": "2010-07-31T01:48:38.859409+00:00", "costComparisons": [TariffComparisonType], "currentCost": 356.49, "currentCostWithTax": 527.21 }