Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceCancelSubscription Method

Cancels a subscription. This method operates directly on the active database and does not require a manual import.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebSubscription CancelSubscription(
	int customerNumber,
	string titleCode,
	DateTime date,
	string stopCode
)

Parameters

customerNumber  Int32
The number for the customer
titleCode  String
The code for the susbcription title
date  DateTime
The date when the stop should be effective from.
stopCode  String
The stop code

Return Value

InfoWebSubscription
A subscription object with details of the subscription that was cancelled. Status code is 00 if the cancellation is successful. For other possible status codes, look under Remarks.
Remarks

Possible status codes:

    See Also