/commerce/v1/accounts/<account>/kamereon/kca/car-adapter/v1/cars/<vin>/charging-settings
{
"type": "FUNCTIONAL",
"messages": [
{
"code": "err.func.wired.unauthorized",
"message": "The access is unauthorized"
}
],
"errors": [
{
"errorCode": "err.func.wired.unauthorized",
"errorMessage": "The access is unauthorized"
}
],
"error_reference": "FUNCTIONAL"
}
/commerce/v1/accounts/<account>/kamereon/kcm/v1/vehicles/<vin>/ev/settings
{
"lastSettingsUpdateTimestamp": "2025-01-01T00:00:00",
"delegatedActivated": false,
"chargeModeRq": "SCHEDULED",
"chargeTimeStart": "21:00",
"chargeDuration": 465,
"preconditioningTemperature": 21.0,
"preconditioningHeatedStrgWheel": false,
"preconditioningHeatedRightSeat": false,
"preconditioningHeatedLeftSeat": false,
"programs": [
{
"programActivationStatus": true,
"programType": "CHARGE",
"programDepartureTime": "10:00",
"programActivationMonday": true,
"programActivationTuesday": true,
"programActivationWednesday": true,
"programActivationThursday": true,
"programActivationFriday": true,
"programActivationSaturday": true,
"programActivationSunday": true
}
]
}