NavigatorWebService GetCustomerDataXml 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 GetCustomerDataXml(
	string data
)

Parameters

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

Return Value

Type: CustomerData
XML string representation of the CustomerData class

Implements

INavigatorWebService GetCustomerDataXml(String)
See Also