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

Parameters

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

Return Value

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

Implements

INavigatorWebService GetServiceHistory(String)
See Also