Click or drag to resize

IUCServiceLoginWeb Method

Login user from web page. This function is light version of Login and returns less data.

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
MemberContact LoginWeb(
	string userName,
	string password
)

Parameters

userName  String
user name
password  String
password

Return Value

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
Remarks
LS Central WS2: MemberLogon
See Also