Skip to main content

Input fields

amount : Int! required

The amount (excl. tax) in smallest units of currency.

band : ProductRateBands! required

The rate band of this line item.

metadata : JSONString

JSON containing any additional metadata.

periodEndAt : DateTime! required

The end of the public charging session.

periodStartAt : DateTime! required

The start of the public charging session.

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

{ "amount": 95, "band": "CONSUMPTION", "metadata": {"key": "value"}, "periodEndAt": "2021-08-26T17:10:45.596692+00:00", "periodStartAt": "2024-04-15T06:42:21.061076+00:00" }