Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetMarketingActivityCustomersByDate Method

Returns a collection of customers which are valid on or after the given date.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebCustomerInfo[] GetMarketingActivityCustomersByDate(
	string marketingActivityCode,
	DateTime date,
	string titleCode
)

Parameters

marketingActivityCode  String
Marketing activity code
date  DateTime
Start date to filter on
titleCode  String
The code for the susbcription title

Return Value

InfoWebCustomerInfo
A collection of InfoWebCustomerInfo objects. Returns null if no customer activities are found. This could be due to unknown title, unknown marketing activity code or no that activity exists on or after the given date
See Also