Nissan
Charge Schedule
Sets the charging schedule for a vehicle.
PUT
/
vehicles
/
{id}
/
{make}
/
charge
/
schedule
This endpoint is currently available for nissan
EVs on the MyNISSAN
platform
Permission
control_charge
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
make
string
requiredThe make of the vehicle you are making a request to.
Body
chargeSchedules
array
requiredAn array of charge schedules. A maximum of 3 schedules can be set.
start
string
requiredHH:mm in UTC for a schedule start time.
end
string
requiredHH:mm in UTC for a schedule start time.
days
[days]
requiredAn array of days for the schedule to be applied.
Options: MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
Response
message
string
If the request is successful, Smartcar will return a message.
status
string
If the request is successful, Smartcar will return success
.
Was this page helpful?