Skip to main content

Class UpdatePasswordRequest

This method is used to change a users password.


Properties

NAMETYPEDESCRIPTION
RequestIdstringUnique identifier used to identify the request. Used when associating the request to the response.
RequestDatedateTimeDateTime request was made. Request timeout is 1 minute.
CompanystringREQUIRED. The users company name.
NewPasswordstringREQUIRED. The users new password.
PasswordstringREQUIRED. The users current password.
PhoneKeystringREQUIRED. The unique id for the phone.
UserNamestringREQUIRED. The users login name.

Examples

{
"__type": "UpdatePasswordRequest:#JackHenry.Eps.Mobile.RDC",
"UserName": "String Content",
"Password": "String Content",
"NewPassword": "String Content",
"Company": "String Content",
"PhoneKey": "String Content"
}

Methods

Validate(IValidatorContext)

Declaration

public void Validate(IValidatorContext context)

Parameters

TYPENAMEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.IValidatorContextcontext

Exceptions

TYPEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.ValidationResultCompany cannot be null
JHA.EPS.SharedService.Common.Validator.ValidationResultPassword cannot be null
JHA.EPS.SharedService.Common.Validator.ValidationResultUserName cannot be null
JHA.EPS.SharedService.Common.Validator.ValidationResultNewPassword cannot be null
JHA.EPS.SharedService.Common.Validator.ValidationResultPhoneKey cannot be null