Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetSubscriptionProductMatrix Method

Returns the customer's subscription product matrix. Use InfoWebSubscription's property ProductMatrix to get product matrix - a string of days.

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

Parameters

customerNumber  Int32
Customer number
titleCode  String
The code for the susbcription title
dateToBeChecked  DateTime
Date to check

Return Value

InfoWebSubscription
InfoWebSubscription object with status code '00' if the subscription matrix product was retrieved successfully. For other status codes, look under Remarks.
Remarks

Possible status codes:

    See Also