POST api/account/VerifyOtp

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ValidateOtpModel
NameDescriptionTypeAdditional information
Status

HttpStatusCode

None.

Message

string

None.

Error

boolean

None.

ErrorDetails

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 100,
  "Message": "sample string 1",
  "Error": true,
  "ErrorDetails": "sample string 3"
}