Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetSubscriptionElements2 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.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebSubscriptionElementCollection GetSubscriptionElements2(
	int customerNumber,
	DateTime? startDate,
	DateTime? endDate,
	bool digitalTimestamps
)

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
digitalTimestamps  Boolean
if set to true the return dates for each element will be the digital timestamps if they exist

Return Value

InfoWebSubscriptionElementCollection
InfoWebSubscriptionElementCollection object with a SubscriptionElement for each element found. Status code is 24 if the customer is unknown.
See Also