DcChargingProfile
default_estimated_departure_time_deltastring<duration>required
The time a vehicle is expected to charge expressed in ISO 8601 time delta, this will be used if we receive a DC transaction with this profile_id, without an estimated departure time.
default_requested_min_state_of_chargeDefault Requested Min State Of Charge (number)required
The default requested minimum state of charge (in percentage) for DC transactions with this profile, this will be used if we receive a transaction with this profile_id, without a requested minimum state of charge.
Possible values: >= 0 and <= 100
default_requested_max_state_of_chargeDefault Requested Max State Of Charge (number)required
The default requested maximum state of charge (in percentage) for DC transactions with this profile, this will be used if we receive a transaction with this profile_id, without a requested maximum state of charge.
Possible values: >= 0 and <= 100
DcChargingProfile
{
"default_estimated_departure_time_delta": "PT8H",
"default_requested_min_state_of_charge": 80,
"default_requested_max_state_of_charge": 100
}