POST api/SMS/SendOTPSMS
Documentation for 'SendOTPSMS'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MobileNo": "sample string 1",
"OTP": "sample string 2",
"Lang": "sample string 3",
"RequestFrom": "sample string 4"
}
application/x-www-form-urlencoded
Sample: