POST api/Values/NewPasswordUpdate

Request Information

URI Parameters

None.

Body Parameters

NewPasswordEntity
NameDescriptionTypeAdditional information
LanID

string

None.

NewPassword

string

None.

ConfirmPassword

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LanID": "sample string 1",
  "NewPassword": "sample string 2",
  "ConfirmPassword": "sample string 3"
}

text/html

Sample:
{"LanID":"sample string 1","NewPassword":"sample string 2","ConfirmPassword":"sample string 3"}

application/xml, text/xml

Sample:
<ValuesController.NewPasswordEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR2Eazy_WebApi.Controllers">
  <ConfirmPassword>sample string 3</ConfirmPassword>
  <LanID>sample string 1</LanID>
  <NewPassword>sample string 2</NewPassword>
</ValuesController.NewPasswordEntity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NewPasswordEntity'.

Response Information

Resource Description

Dictionary of Object [key] and Object [value]

Response Formats

application/json, text/json, text/html

Sample:
{"System.Object":{},"System.Object":{}}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfanyTypeanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfanyTypeanyType>
    <Key />
    <Value />
  </KeyValueOfanyTypeanyType>
  <KeyValueOfanyTypeanyType>
    <Key />
    <Value />
  </KeyValueOfanyTypeanyType>
</ArrayOfKeyValueOfanyTypeanyType>