Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceUpdateSubscriptionDeliveryEditions Method

This method is only relevant to products that are available as both digital and paper, and paper has to be selectable. The request contains a list of days which should be the days the given customer wants to have paper delivery instead of digital. The days must be correct in regards to the valid frequency and number of editions for the product. If successfull, the change is saved as a permanent change.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebChange UpdateSubscriptionDeliveryEditions(
	int customerNumber,
	string titleCode,
	List<DayOfWeek> daysForPaperDelivery,
	string productCode = null,
	DateTime changeStartDate = default
)

Parameters

customerNumber  Int32
The number for the customer
titleCode  String
The code for the subscription title
daysForPaperDelivery  ListDayOfWeek
The days that the customer shall have paper delivery
productCode  String  (Optional)
The product code
changeStartDate  DateTime  (Optional)
The start date for the delivery change

Return Value

InfoWebChange
An InfoWebChange object with status code '00' if the change was saved successfully. For other possible status codes, look under Remarks.
Remarks

Possible status codes:

    See Also