POST api/SendMail/SendOTP
Request Information
URI Parameters
None.
Body Parameters
SendOTPModel| Name | Description | Type | Additional information |
|---|---|---|---|
| to | string |
None. |
|
| _subject | string |
None. |
|
| _msg | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"to": "sample string 1",
"_subject": "sample string 2",
"_msg": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.