POST api/PublicUser

Documentation for 'PostVerifyOTP'.

Request Information

Parameters

NameDescriptionAdditional information
UserString
Documentation for 'UserString'.

Define this parameter in the request body.

Request body formats

text/xml

Sample:

Sample not available.

text/plain

Sample:

Sample not available.

text/javascript

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.

application/json

Sample:
"sample string 1"

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "UserStatus": "sample string 2",
  "Result": true
}

text/xml

Sample:
<OTPResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Calibre.DataAccess.ViewModel"><Message>sample string 1</Message><Result>true</Result><UserStatus>sample string 2</UserStatus></OTPResult>