POST api/Employee/ResetPassword

Request Information

URI Parameters

None.

Body Parameters

ForgotPasswordModel
NameDescriptionTypeAdditional 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": "2024-09-20T00:19:54.3049836+05:30",
  "LastupdatedDT": "2024-09-20T00:19:54.3049836+05:30",
  "Lastupdatedby": "sample string 15",
  "StatusCode": "sample string 16",
  "Message": "sample string 17",
  "Status": true,
  "redirectBackPath": "sample string 19"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: No set method for property 'ModelTableName' in type 'HRMSWebAPI.Transaction.Common.IOMSModel'.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: No set method for property 'ModelTableName' in type 'HRMSWebAPI.Transaction.Common.IOMSModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.