Set daily charge schedule
Documentation Index
Fetch the complete documentation index at: https://smartcar.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
The Authorization header must be provided with a valid bearer token.
Example: Authorization: Bearer {token}
The identifier of the vehicle user on whose behalf the command is being executed.
Vehicle commands require both the vehicleId (path) and sc-user-id (header) to
identify the specific vehicle and the user who has granted permission to act on it.
The bearer token is a machine-to-machine token and does not carry per-user context,
so this header must be provided explicitly for every command request.
The unique identifier for the vehicle.
Set daily charge schedule request
200 OK - Schedule created synchronously
Response to a charge schedule create or delete request. data.attributes.action identifies the operation ("create" or "delete"). On success, data.attributes.scheduleId contains the id of the affected schedule. For "create", data.links.schedule contains the path to GET or DELETE the new resource.