Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetCommChannelsByCustomerNumber Method

Returns a object which represents all the different communication channels for the customer, and what is the preffered communication channel.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebCustomerCommChannel GetCommChannelsByCustomerNumber(
	int customerNumber
)

Parameters

customerNumber  Int32
The number for the customer

Return Value

InfoWebCustomerCommChannel
Returns InfoWebCustomerCommChannel object if successfull. If no customer is found by the customer number, it returns null.
See Also