Skip to main content

Fields

cost : Money

The cost for the charge added during a charging session.

dispatches : [SmartFlexDispatch]

The charging session dispatch.

end : DateTime! required

The end time of a charging session.

energyAdded : Energy

The energy added during a charging session.

Charging problem(s) encountered during the session due to an error or truncation.

start : DateTime! required

The start time of a charging session.

stateOfChargeChange : Decimal

The change in state of charge during a charging session. The value will be between 0 and 100, if not null.

stateOfChargeFinal : Decimal

The final state of charge after a charging session. The value will be between 0 and 100, if not null.

targetType : PreferencesTargetType! required

The target type for a user's preferences.

type : SmartFlexChargingType! required

The type of charge, i.e. SMART or BOOST.

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

{ "cost": Money, "dispatches": [SmartFlexDispatch], "end": "2014-05-27T02:02:18.623542+00:00", "energyAdded": Energy, "problems": SmartFlexChargingError, "start": "2002-06-06T03:17:20.997275+00:00", "stateOfChargeChange": "1.0", "stateOfChargeFinal": "1.0", "targetType": "ABSOLUTE_STATE_OF_CHARGE", "type": "SMART" }