POST api/EmployeeLeave/EmployeeForgotPassword

Request Information

URI Parameters

None.

Body Parameters

ForgotPassword
NameDescriptionTypeAdditional information
PS_UR_ID

integer

None.

PS_OLD_PASS

string

None.

PS_NEW_PASS

string

None.

PS_NEW_PASS_C

string

None.

PS_UR_NAME

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PS_UR_ID": 1,
  "PS_OLD_PASS": "sample string 1",
  "PS_NEW_PASS": "sample string 2",
  "PS_NEW_PASS_C": "sample string 3",
  "PS_UR_NAME": "sample string 4"
}

application/xml, text/xml

Sample:
<ForgotPassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <PS_NEW_PASS>sample string 2</PS_NEW_PASS>
  <PS_NEW_PASS_C>sample string 3</PS_NEW_PASS_C>
  <PS_OLD_PASS>sample string 1</PS_OLD_PASS>
  <PS_UR_ID>1</PS_UR_ID>
  <PS_UR_NAME>sample string 4</PS_UR_NAME>
</ForgotPassword>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.