Click or drag to resize

IeCommerceJsonLoginWeb Method

Login user from web page.

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
MemberContact LoginWeb(
	string userName,
	string password
)

Parameters

userName
Type: SystemString
user name
password
Type: SystemString
password

Return Value

Type: MemberContact
Returns contact but only Contact and Card object have data
Exceptions
ExceptionCondition
LSOmniServiceExceptionStatusCodes returned:
  • StatusCode.Error
  • StatusCode.UserNamePasswordInvalid
  • StatusCode.AuthFailed
  • StatusCode.DeviceIsBlocked
  • StatusCode.InvalidPassword
  • StatusCode.LoginIdNotFound
See Also