NavigatorWebService GetCustomerData Method Navigator Web Services Developer Documentation
This HTTPGET function provides Customer Information that is retrieved from the Navigator database

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

public CustomerData GetCustomerData(
	string data
)

Parameters

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

Return Value

Type: CustomerData
jSON string representation of the CustomerData class

Implements

INavigatorWebService GetCustomerData(String)
See Also