POST api/Registration/SendOTP

Documentation for 'SendOTP'.

Request Information

Parameters

NameDescriptionAdditional information
obj
Documentation for 'obj'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Mobile": "sample string 2",
  "Medium": "sample string 3",
  "Email": "sample string 4",
  "OTP": "sample string 5"
}

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.