Skip to main content

Fields

cost : Money

The cost for the charge added during a charging session.

end : DateTime! required

The end time of a charging session.

energyAdded : Energy

The energy added during a charging session.

location : String! required

Location of the charging session.

operatorImageUrl : String

URL of the operator image.

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.

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, "end": "2002-06-24T16:49:09.675553+00:00", "energyAdded": Energy, "location": "get-begin-your-feel-eat", "operatorImageUrl": "morning-gun-bad-understand-head", "start": "2010-09-28T21:16:06.726206+00:00", "stateOfChargeChange": "1.0", "stateOfChargeFinal": "1.0" }