DriverResponse
profile object
- DriverProfileSchedule
- null
default objectrequired
Charging profile used on weekdays without an exception.
ac object
Defaults applied to AC charging sessions.
- DriverAcProfile
- null
expected_arrival_time objectrequired
Expected arrival time at the charging location
- string
- null
Requested minimum energy in Wh
Requested maximum energy in Wh
dc object
Defaults applied to DC charging sessions.
- DriverDcProfile
- null
expected_arrival_time objectrequired
Expected arrival time at the charging location
- string
- null
Requested minimum state of charge in percentage
Possible values: >= 0 and <= 100
Requested maximum state of charge in percentage
Possible values: >= 0 and <= 100
exceptions object
Weekday overrides, keyed by Monday, Tuesday, Wednesday, Thursday, Friday, Saturday or Sunday (case-sensitive), not by site ID. Each override replaces the entire default profile for that day; fields are not merged. Profiles apply to the driver across all linked sites.
property name* DriverProfile
ac object
Defaults applied to AC charging sessions.
- DriverAcProfile
- null
expected_arrival_time objectrequired
Expected arrival time at the charging location
- string
- null
Requested minimum energy in Wh
Requested maximum energy in Wh
dc object
Defaults applied to DC charging sessions.
- DriverDcProfile
- null
expected_arrival_time objectrequired
Expected arrival time at the charging location
- string
- null
Requested minimum state of charge in percentage
Possible values: >= 0 and <= 100
Requested maximum state of charge in percentage
Possible values: >= 0 and <= 100
Timezone used to interpret weekdays and profile times, e.g. Europe/Brussels.
car object
- DriverCar
- null
unique_code object
- string
- null
trim object
- string
- null
variant object
- string
- null
ac_max_power_kw object
- number
- null
dc_max_power_kw object
- number
- null
battery_capacity_kwh_gross object
- number
- null
battery_capacity_kwh_net object
- number
- null
range_km object
- number
- null
truefalsefalsetrue{
"_id": "string",
"email": "user@example.com",
"badge_ids": [
"string"
],
"partner_id": "string",
"site_ids": [
"string"
],
"profile": {
"default": {
"ac": {
"estimated_departure_time": "17:00:00",
"expected_arrival_time": "08:00:00",
"requested_max_energy": 20000,
"requested_min_energy": 5000
}
},
"exceptions": {
"Friday": {
"ac": {
"estimated_departure_time": "12:00:00",
"expected_arrival_time": "08:00:00",
"requested_max_energy": 10000,
"requested_min_energy": 5000
}
}
},
"timezone": "Europe/Brussels"
},
"car": {
"unique_code": "string",
"make": "string",
"model": "string",
"year": 0,
"trim": "string",
"variant": "string",
"ac_max_power_kw": 0,
"dc_max_power_kw": 0,
"battery_capacity_kwh_gross": 0,
"battery_capacity_kwh_net": 0,
"range_km": 0,
"allow_zero_current": true
},
"has_seen_onboarding": false,
"has_password": false,
"email_notifications_enabled": true
}