POST api/Account/ForgotPassword
Request Information
URI Parameters
None.
Body Parameters
ForgotPasswordViewModelName | Description | Type | Additional information |
---|---|---|---|
string |
Required |
||
UserName | string |
None. |
|
CompanyID | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "Email": "sample string 1", "UserName": "sample string 2", "CompanyID": 3 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.