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| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.