Click or drag to resize

IeCommerceJsonLogin Method

Login user

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

Parameters

userName
Type: SystemString
user name
password
Type: SystemString
password
deviceId
Type: SystemString
device Id. Should be empty for non device user (web apps)

Return Value

Type: MemberContact
Contact
Exceptions
ExceptionCondition
LSOmniServiceExceptionStatusCodes returned:
  • StatusCode.Error
  • StatusCode.UserNamePasswordInvalid
  • StatusCode.AuthFailed
  • StatusCode.DeviceIsBlocked
  • StatusCode.InvalidPassword
  • StatusCode.LoginIdNotFound
See Also