Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetCustomerInformationByTelephoneNumber Method

Returns a collection of InfoWebCustomerInfo objects which matches the telephone number. If a title code is sent in as a parameter, the method will also add subcription details if the customer has a subscription on that title. If title code is unknown, this method may still return a found customer but with missing subscription details.

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

Parameters

telephoneNumber  String
Telephone number to search on
titleCode  String
The code for the subscription title, optional if no subscription details are required.

Return Value

InfoWebCustomers
A collection of InfoWebCustomerInfo objects with status code '00' if customer information was retrieved successfully.if no customer was found it returns an empty collection.
Remarks

Possible status codes:

    It is important to notice that this method does not filter on the title code, its only optional for retrieving subscription information.

See Also