POST api/Account/setpasswordforcode
Request Information
URI Parameters
None.
Body Parameters
ResetPasswordWithTokenModelName | Description | Type | Additional information |
---|---|---|---|
string |
Required |
||
Password | string |
Required Data type: Password String length: inclusive between 6 and 100 |
|
Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Email": "sample string 1", "Password": "sample string 2", "Token": "sample string 3" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.