NavigatorWebService GetServiceHistoryXml Method Navigator Web Services Developer Documentation
Get Service History Data from DMS

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

public List<ServiceHistory> GetServiceHistoryXml(
	string data
)

Parameters

data
Type: OnlineSystem String
Qualified URL for GetServiceHistoryXml function containing Dealer, VehicleID

Return Value

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

Implements

INavigatorWebService GetServiceHistoryXml(String)
See Also