Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceVerifyCustomerNumberExtended Method

Verify customer number and return a login object with status codes telling if the customer number was verified or not.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public VerifyResult VerifyCustomerNumberExtended(
	int customerNumber,
	bool allowNewOrders
)

Parameters

customerNumber  Int32
The number for the customer
allowNewOrders  Boolean
If set to true, sessions will be created for customers who just ordered a new subscription but has yet to be imported into production

Return Value

VerifyResult
InfoWebLoginInfo object with status code '00' if customer number was verified. For other possible status codes, look under Remarks.
Remarks

Possible status codes:

    See Also