CarConnectedValue Data Type
Describes the time in minutes since the vehicle identified by the vin last communicated with the WICE backend services.
| name | data type | constraints | description |
|---|---|---|---|
| vin | string | The VIN of the car. | |
| connected_value | number | required int | The time in minutes since the vehicle communicated with the backend services. |
Example
{
"vin" : "...",
"connected_value" : 12345
}