POST api/ms/authen/reset_password/verify_email

Reset Password Verify Email Code

Request Information

URI Parameters

None.

Body Parameters

m_customer_reset_password_token
NameDescriptionTypeAdditional information
code

string

None.

code_ref

string

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "code_ref": "sample string 2"
}

application/xml, text/xml

Sample:
<m_customer_reset_password_token xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Modules.Models.Mainsystem">
  <code>sample string 1</code>
  <code_ref>sample string 2</code_ref>
</m_customer_reset_password_token>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.