POST api/mobile/v1/updateresetpassword

Request Information

URI Parameters

None.

Body Parameters

Params_Get_ForgetPasswordInfo
NameDescriptionTypeAdditional information
USER_ID

integer

None.

Username

string

None.

Email

string

None.

CryptedPassword

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "USER_ID": 1,
  "Username": "sample string 2",
  "Email": "sample string 3",
  "CryptedPassword": "sample string 4"
}

application/xml, text/xml

Sample:
<SenbokModel.Params_Get_ForgetPasswordInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SenbokAPI.Models">
  <CryptedPassword>sample string 4</CryptedPassword>
  <Email>sample string 3</Email>
  <USER_ID>1</USER_ID>
  <Username>sample string 2</Username>
</SenbokModel.Params_Get_ForgetPasswordInfo>

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 'Params_Get_ForgetPasswordInfo'.

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.