POST api/Employee/ResetPassword
Request Information
URI Parameters
None.
Body Parameters
ForgotPasswordModelName | Description | Type | Additional information |
---|---|---|---|
ModelTableName | string |
None. |
|
SearchFields | Collection of string |
None. |
|
ForgotPasswordId | integer |
None. |
|
EmployeeId | integer |
None. |
|
GUID | string |
None. |
|
NewPassword | string |
Data type: Password |
|
ConfirmPassword | string |
Data type: Password |
|
UserName | string |
None. |
|
ShowWholeForm | boolean |
None. |
|
MinimumPasswordLength | integer |
None. |
|
MaximumPasswordLength | integer |
None. |
|
UpperCaseIND | boolean |
None. |
|
LowerCaseIND | boolean |
None. |
|
SpecialCharIND | boolean |
None. |
|
NumberIND | boolean |
None. |
|
PasswordMessage | string |
None. |
|
Createdby | string |
None. |
|
CreatedDT | date |
None. |
|
LastupdatedDT | date |
None. |
|
LastupdatedDTTxt | string |
None. |
|
Lastupdatedby | string |
None. |
|
StatusCode | string |
None. |
|
Message | string |
None. |
|
Status | boolean |
None. |
|
redirectBackPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ModelTableName": "ioms_forgotpassword", "SearchFields": [], "Createdby": "sample string 13", "CreatedDT": "2025-04-04T23:46:07.2362855+05:30", "LastupdatedDT": "2025-04-04T23:46:07.2362855+05:30", "Lastupdatedby": "sample string 15", "StatusCode": "sample string 16", "Message": "sample string 17", "Status": true, "redirectBackPath": "sample string 19" }
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.