POST api/HRMS/Reset_Pass

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
reset
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "method": "sample string 1",
  "key": "sample string 2",
  "employee_id": "sample string 3",
  "employee_email": "sample string 4",
  "employee_DOB": "sample string 5"
}

application/xml, text/xml

Sample:
<request_reset_pass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Request">
  <employee_DOB>sample string 5</employee_DOB>
  <employee_email>sample string 4</employee_email>
  <employee_id>sample string 3</employee_id>
  <key>sample string 2</key>
  <method>sample string 1</method>
</request_reset_pass>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "method": "sample string 1",
  "key": "sample string 2",
  "Status": "sample string 3"
}

application/xml, text/xml

Sample:
<response_reset_pwd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Models">
  <Status>sample string 3</Status>
  <key>sample string 2</key>
  <method>sample string 1</method>
</response_reset_pwd>