CreateElectricJuiceChargeInput
The input type for adding a charge for Electric Juice.
Input fields
The account number.
The price of additional (non-consumption) fees on this charge.
The UID of the Electric Juice charge card to associate with this charge.
The provider that originated this charge.
The amount of energy consumed in kWh.
The amount to be charged (excl. tax).
The end time of the charge period.
The start time of the charge period.
The location of the charging point this charge is associated with.
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"
}