Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetEmailByCustomerNumber Method

This method returns an InfoWebCustomerInfo object with username and password. Username is the email property, and the password is the UCode property.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebCustomerInfo GetEmailByCustomerNumber(
	string titleCode,
	int customerNumber
)

Parameters

titleCode  String
The code for the susbcription title
customerNumber  Int32
The number for the customer

Return Value

InfoWebCustomerInfo
An InfoWebCustomerInfo object with information about a customers email(username) and ucode(password). Status code is 00 if the operation was successful. For other possible status codes look under Remarks.
Remarks

Possible status codes:

    See Also