PUT api/persons/reset
Request Information
URI Parameters
None.
Body Parameters
ResetPasswordDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailOrPhone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"emailOrPhone": "sample string 1"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.