Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceVerifyCustomerId Method

Verifies a customer ID and returns the customernumber if it exists

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public VerifyResult VerifyCustomerId(
	int customerId
)

Parameters

customerId  Int32
The customer id to be verified

Return Value

VerifyResult
InfowebLoginInfo object with status code 00 if the customer was verified.
See Also