NavigatorWebService GetCustomersXml Method Navigator Web Services Developer Documentation
Get Customers data from DMS

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

public List<Customers> GetCustomersXml(
	string data
)

Parameters

data
Type: OnlineSystem String
Qualified URL for GetCustomersXml function containing Dealer, SearchMode, SearchValue

Return Value

Type: OnlineList Customers 
ListOf DmsNavigator.Customers classes in XML format

Implements

INavigatorWebService GetCustomersXml(String)
See Also