POST api/Account/ResendOtp
Request Information
URI Parameters
None.
Body Parameters
ResendOtpModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1"
}
text/html
Sample:
{"Email":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true