Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetSubscriptionStatus Method

Returns the customer's subscription information.

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

Parameters

customerNumber  Int32
The number for the customer
titleCode  String
The code for the subscription title

Return Value

InfoWebSubscription
An InfoWebSubscription object with status code '00' if the subscription was found. For other possible status codes, look under Remarks.
Remarks

Possible status codes:

    See Also