IeCommerceServiceChangePassword Method |
Change password
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntaxbool ChangePassword(
string userName,
string newPassword,
string oldPassword
)
Parameters
- userName
- Type: SystemString
user name (Nav/Central:LoginID) - newPassword
- Type: SystemString
new password (Nav/Central:NewPassword) - oldPassword
- Type: SystemString
old password (Nav/Central:OldPassword)
Return Value
Type:
Booleantrue/false
ExceptionsException | Condition |
---|
LSOmniServiceException | StatusCodes returned:
- StatusCode.Error
- StatusCode.SecurityTokenInvalid
- StatusCode.UserNotLoggedIn
- StatusCode.DeviceIsBlocked
- StatusCode.AccessNotAllowed
- StatusCode.ContactIdNotFound
- StatusCode.PasswordInvalid
- StatusCode.PasswordOldInvalid
|
Remarks
Nav/Central WS: MM_MOBILE_PWD_CHANGE
See Also