Skip to main content

Input fields

consumptionSplit : [ConsumptionSplitInput]

TOU split breakdown. Pass an empty list to clear, omit to keep existing.

identifier : String! required

The unique identifier of the forecast consumption entry to update.

touName : String

Unique identifier of the time-of-use scheme for this entry.

unit : String

Unit of the consumption value.

validFrom : DateTime

Start of the period this entry covers.

validTo : DateTime

End of the period this entry covers.

value : Decimal

Forecast consumption value.

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

{ "consumptionSplit": ConsumptionSplitInput, "identifier": "53683478", "touName": "just-performance-maintain-deep-issue", "unit": "move-training-produce-everyone-her", "validFrom": "2001-08-26T06:21:32.287125+00:00", "validTo": "2024-04-22T17:20:41.840056+00:00", "value": "1.0" }