POST api/account/ForgotPassword

Request Information

URI Parameters

None.

Body Parameters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

SendOtpModel
NameDescriptionTypeAdditional information
Status

HttpStatusCode

None.

Message

string

None.

refrenceNumber

string

None.

Error

boolean

None.

ErrorDetails

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 100,
  "Message": "sample string 1",
  "refrenceNumber": "sample string 2",
  "Error": true,
  "ErrorDetails": "sample string 4"
}