POST api/SMS/SendOTPSMS

Documentation for 'SendOTPSMS'.

Request Information

Parameters

NameDescriptionAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'OTPSMSModel'.