Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetRouteCollection Method

Get complaint per route

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebComplaintPerRoute[] GetRouteCollection(
	int customerNumber,
	string titleCode,
	List<DateTime> dates
)

Parameters

customerNumber  Int32
The number for the customer
titleCode  String
The code for the susbcription title
dates  ListDateTime
An Arraylist of dates

Return Value

InfoWebComplaintPerRoute
A collection of InfoWebComplaintPerRoute objects. Returns null if no complaints are found.
See Also