NavigatorWebService GetVehicleData Method Navigator Web Services Developer Documentation
This HTTPGET function provides Vehicle Information that is retrieved from the VRM lookup

Namespace: DmsNavigator
Assembly: DmsNavigator (in DmsNavigator.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax

public VehicleData GetVehicleData(
	string Data
)

Parameters

Data
Type: OnlineSystem String
URL that contains the API key and Vehicle Registration Number

Return Value

Type: VehicleData
jSON string representation of the VehicleData class

Implements

INavigatorWebService GetVehicleData(String)
See Also