|
InfoWebXMLWebServiceGetMarketingActivityCustomersByDate Method |
Returns a collection of customers which are valid on or after the given date.
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
- marketingActivityCode String
- Marketing activity code
- date DateTime
- Start date to filter on
- titleCode String
- The code for the susbcription title
Return Value
InfoWebCustomerInfoA 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