|
InfoWebXMLWebServiceCancelSubscription Method |
Cancels a subscription. This method operates directly on the active database and does not require a manual import.
Namespace: Infosoft.WebservicesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
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
InfoWebSubscriptionA 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 See Also