POST api/MLogin/ValidateOTP

Request Information

URI Parameters

None.

Body Parameters

OPTValidateLogin
NameDescriptionTypeAdditional information
strClientID

string

Required

strFeatureName

string

Required

strMobileNo

string

Required

strOTP

string

Required

strActionName

string

Required

strMacAddress

string

Required

strError

string

None.

strResult

string

None.

Request Formats

application/json, text/json

Sample:
{
  "strClientID": "sample string 1",
  "strFeatureName": "sample string 2",
  "strMobileNo": "sample string 3",
  "strOTP": "sample string 4",
  "strActionName": "sample string 5",
  "strMacAddress": "sample string 6",
  "strError": "sample string 7",
  "strResult": "sample string 8"
}

application/xml, text/xml

Sample:
<OPTValidateLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model">
  <strActionName>sample string 5</strActionName>
  <strClientID>sample string 1</strClientID>
  <strError>sample string 7</strError>
  <strFeatureName>sample string 2</strFeatureName>
  <strMacAddress>sample string 6</strMacAddress>
  <strMobileNo>sample string 3</strMobileNo>
  <strOTP>sample string 4</strOTP>
  <strResult>sample string 8</strResult>
</OPTValidateLogin>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.