POST api/Auth/verifyOtpV2

Request Information

URI Parameters

None.

Body Parameters

tbl_userLogin
NameDescriptionTypeAdditional information
MobileNo

string

None.

OTP

string

None.

p_DeviceType

string

None.

p_DeviceId

string

None.

p_FCMToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileNo": "sample string 1",
  "OTP": "sample string 2",
  "p_DeviceType": "sample string 3",
  "p_DeviceId": "sample string 4",
  "p_FCMToken": "sample string 5"
}

application/xml, text/xml

Sample:
<tbl_userLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/initiate.BAL.Domain">
  <MobileNo>sample string 1</MobileNo>
  <OTP>sample string 2</OTP>
  <p_DeviceId>sample string 4</p_DeviceId>
  <p_DeviceType>sample string 3</p_DeviceType>
  <p_FCMToken>sample string 5</p_FCMToken>
</tbl_userLogin>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.