Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetPermanentChanges Method

Returns a collection of permanent 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[] GetPermanentChanges(
	int customerNumber,
	string titleCode,
	DateTime startDate,
	DateTime? endDate,
	ChangeType changeType
)

Parameters

customerNumber  Int32
The number for the customer
titleCode  String
The code for the susbcription title
startDate  DateTime
Start date for search
endDate  NullableDateTime
End date for search
changeType  ChangeType
The type of change to be searched for, can be MOVE, STOP, PRODUCT,KEEP,GIVEAWAY,RESTART,DISCOUNT, NAME or ALL

Return Value

InfoWebChange
A collection of InfoWebChange objects with information on the change and statuscode 00 if successfull. If no change is found, or customer number/title code is unknown, an empty collection will be returned.
See Also