NavigatorWebService GetInvoiceReportXml Method Navigator Web Services Developer Documentation
Get Invoice data from DMS

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

public List<InvoiceReport> GetInvoiceReportXml(
	string data
)

Parameters

data
Type: OnlineSystem String
Qualified URL for GetInvoiceReportXml function containing Dealer, StartDate, FinishDate

Return Value

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

Implements

INavigatorWebService GetInvoiceReportXml(String)
See Also