INavigatorWebService GetVehicleData Method Navigator Web Services Developer Documentation
This method provides a VRM lookup and retrieves up to date vehicle data from DVLA.

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

VehicleData GetVehicleData(
	string data
)

Parameters

data
Type: OnlineSystem String
URL that contains the API key followed by the Vehicle Registration Number.

Return Value

Type: VehicleData
jSON string representation of the VehicleData class.
Examples

http://webservice.dmservices.co.uk/DmsNavigator.NavigatorWebService.svc/GetVehicleData/19408.4104.4087.4104.ADAA_646576656C6F706D656E742E646D73657276696365732E636F2E756B,1,ABC123
See Also