INavigatorWebService GetCustomerData Method Navigator Web Services Developer Documentation
This method enables access to the Navigator System Customer Record and also contains Customer's Vehicles list.

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

CustomerData GetCustomerData(
	string data
)

Parameters

data
Type: OnlineSystem String
URL that contains the API key followed by the Customer ID (encrypted)

Return Value

Type: CustomerData
jSON string representation of the CustomerData class
See Also