PostEVPublicChargingAccountChargeInput
The input type for posting an EV Public Charging account charge.
Input fields
Reference of the external account.
The line items for the new charge.
The tax items for the new charge.
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
{
"externalAccountId": "35533484",
"lineItems": EVPCLineItem,
"taxItems": EVPCTaxItem
}