INavigatorWebService GetVehicleDataXml Method Navigator Web Services Developer Documentation
Same as GetVehicleData but returning an XML payload as an alternative.

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

VehicleData GetVehicleDataXml(
	string data
)

Parameters

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

Return Value

Type: VehicleData
XML string representation of the VehicleData class.
See Also