UpsideDispatchType
Fields
Energy in kWh (import has a negative value).
This field has been replaced by delta.
Deprecation
The 'deltaKwh' field is deprecated.`delta` has replaced `deltaKwh` for increased precision.
- Marked as deprecated on 2024-04-19.
- Scheduled for removal on or after 2025-01-01.
The end time of the dispatch.
This field has been replaced by end.
Deprecation
The 'endDt' field is deprecated.`end` has replaced `end_dt` for improved typing.
- Marked as deprecated on 2024-04-19.
- Scheduled for removal on or after 2025-01-01.
The start time of the dispatch.
This field has been replaced by start.
Deprecation
The 'startDt' field is deprecated.`start` has replaced `start_dt` for improved typing.
- Marked as deprecated on 2024-04-19.
- Scheduled for removal on or after 2025-01-01.
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
{
"delta": "1.0",
"end": "1992-07-05T01:10:48.599851+00:00",
"meta": UpsideDispatchMetaType,
"start": "1992-09-10T22:26:28.871581+00:00"
}