postEvPublicChargingAccountCharge
Post an account charge for an EV public charging account.
Arguments
Input fields for initiating a standalone payment.
Possible Errors
Allowed Viewers
Required Permissions
Can access ev public charging queries Can add charges to accountsQuery Complexity
1Examples
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.
mutation PostEvPublicChargingAccountCharge($input: PostEVPublicChargingAccountChargeInput!) {
postEvPublicChargingAccountCharge(input: $input) {
accountCharge {
...AccountChargeTypeFragment
}
}
}
Variables
{
"input": PostEVPublicChargingAccountChargeInput
}
Response
{
"data": {
"postEvPublicChargingAccountCharge": {
"accountCharge": AccountChargeType
}
}
}