  | 
InfoWebSubscriptionGetCustomerNumberBySocialSecurityNumberAndTitle Method | 
   Gets customer number by social security number and title code. 
Namespace: Infosoft.Webservices.Subscription.helpclassesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntaxpublic string GetCustomerNumberBySocialSecurityNumberAndTitle(
	string socialSecurityNumber,
	string titleCode
)
No code example is currently available or this language may not be supported.
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