ForecastConsumptionEntryInput
Input for partially updating a forecast consumption entry. Only provided fields will be updated; omitted fields remain unchanged. To clear consumption_split, pass an empty list.
Input fields
TOU split breakdown. Pass an empty list to clear, omit to keep existing.
The unique identifier of the forecast consumption entry to update.
Unique identifier of the time-of-use scheme for this entry.
Unit of the consumption value.
Start of the period this entry covers.
End of the period this entry covers.
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"
}