Skip to main content

Fields

delta : Decimal

Energy in kWh (import has a negative value).

deltaKwh : Int

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.
end : DateTime! required

The end time of the dispatch.

endDt : String

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.
start : DateTime! required

The start time of the dispatch.

startDt : String

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" }