|
InfoWebXMLWebServiceGetSubscriptionElements Method |
Returns a collection of subscription information for all the titles a customer has between a start date and an end date.
If the end date is not set it returns all subscription information from the start date.
If no start- or end date is set, it returns all subscription information.
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
- startDate NullableDateTime
- The start date from which the subscription elements should be from
- endDate NullableDateTime
- The end date from which the subscription elements should be before
Return Value
InfoWebSubscriptionElementCollectionInfoWebSubscriptionElementCollection object with a SubscriptionElement for each element found. Status code is 24 if the customer is unknown.
See Also