Click or drag to resize
Infosoft Logo

InfoWebSubscriptionGetCustomerNumberBySocialSecurityNumberAndTitle Method

Gets customer number by social security number and title code.

Namespace: Infosoft.Webservices.Subscription.helpclasses
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public string GetCustomerNumberBySocialSecurityNumberAndTitle(
	string socialSecurityNumber,
	string titleCode
)

Parameters

socialSecurityNumber  String
The social security number.
titleCode  String
The code for the subscription title.

Return Value

String
The customer number by social security number and title code.
Remarks
Hanmsoll, 21.04.2020.
See Also