Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceSearchCustomersByEmailAndTelephone Method

Search for customers using either email or telephone number or both.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebCustomers SearchCustomersByEmailAndTelephone(
	string telephoneNumber,
	string email,
	string titleCode
)

Parameters

telephoneNumber  String
The telephone number to search for
email  String
The email address to search for
titleCode  String
The code for the susbcription title

Return Value

InfoWebCustomers
A collection of InfoWebCustomer objects, with information about each customer. Each object has status code '00' if the customer information was found successfully. For other possible status codes, look under Remarks
Remarks

Possible status codes:

    See Also