Skip to main content

Input fields

accountNumber : String! required

The account number.

additionalFees : Int! required

The price of additional (non-consumption) fees on this charge.

chargeCardUid : String

The UID of the Electric Juice charge card to associate with this charge.

chargeProvider : String! required

The provider that originated this charge.

kwhUsed : Decimal! required

The amount of energy consumed in kWh.

netAmount : Int! required

The amount to be charged (excl. tax).

periodEndAt : DateTime! required

The end time of the charge period.

periodStartAt : DateTime! required

The start time of the charge period.

postcode : String! required

The location of the charging point this charge is associated with.

pricePerKwh : Decimal! required

The price per kWh.

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

{ "accountNumber": "A-F5D89A96", "additionalFees": 55, "chargeCardUid": "98791514", "chargeProvider": "not-happy-I-view-time", "kwhUsed": "1.0", "netAmount": 86, "periodEndAt": "1971-01-14T19:57:17.821664+00:00", "periodStartAt": "1975-02-13T20:07:37.821770+00:00", "postcode": "bed-above-especially-evening-sit", "pricePerKwh": "1.0" }