Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetTemporaryChanges Method

Returns a collection of temporary changes between the given dates and type of change for the customer.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebChange[] GetTemporaryChanges(
	int customerNumber,
	string titleCode,
	DateTime startDate,
	DateTime? endDate,
	ChangeType changeType
)

Parameters

customerNumber  Int32
The customer number
titleCode  String
The code for the susbcription title
startDate  DateTime
Start date for search
endDate  NullableDateTime
An optional end date for the search
changeType  ChangeType
Type of change to search for

Return Value

InfoWebChange
A collection of InfoWebChange objects
See Also