POST api/StaffLogin/CheckOtpMobile
Request Information
URI Parameters
None.
Body Parameters
CheckOtpMobile| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.