NavigatorWebService GetAccountsXml Method Navigator Web Services Developer Documentation
Get Accounts Data from DMS

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

public List<Accounts> GetAccountsXml(
	string data
)

Parameters

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

Return Value

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

Implements

INavigatorWebService GetAccountsXml(String)
See Also