POST api/StaffLogin/CheckOtpMobile

Request Information

URI Parameters

None.

Body Parameters

CheckOtpMobile
NameDescriptionTypeAdditional information
Number

string

None.

OTP

string

None.

Version

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Number": "sample string 1",
  "OTP": "sample string 2",
  "Version": "sample string 3"
}

text/html

Sample:
{"Number":"sample string 1","OTP":"sample string 2","Version":"sample string 3"}

application/xml, text/xml

Sample:
<StaffLoginModels.CheckOtpMobile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartInstituteSoftware.Models">
  <Number>sample string 1</Number>
  <OTP>sample string 2</OTP>
  <Version>sample string 3</Version>
</StaffLoginModels.CheckOtpMobile>

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 'CheckOtpMobile'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.