This RPC has no additional parameter requirements
In case HMI responds with incomplete VehicleType
(with no make
value), the vehicle type filtering will not work on app side.
Name | Type | Mandatory | Additional |
---|---|---|---|
vehicleType | Common.VehicleType | true |
{ "id" : 21, "jsonrpc" : "2.0", "method" : "VehicleInfo.GetVehicleType" }
{ "id" : 21, "jsonrpc" : "2.0", "result" : { "vehicleType" :{ "make" : "Ford", "model" : "Fusion", "modelYear" : "2013", "trim" : "SE" }, "code" : 0, "method" : "VehicleInfo.GetVehicleType" } }
{ "id" : 21, "jsonrpc" : "2.0", "error" : { "code" : 9, "message" : "The requested data is not available", "data" : { "method" : "VehicleInfo.GetVehicleType" } } }