|
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.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 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
InfoWebChangeAn InfoWebChange object with status code '00' if the change was saved successfully. For other possible status codes, look under
Remarks.
Remarks See Also