POST api/Login/Userverify
Request Information
URI Parameters
None.
Body Parameters
OtpVarifyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MobNo | string |
None. |
|
| FCMTocken | string |
None. |
|
| OTP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobNo": "sample string 1",
"FCMTocken": "sample string 2",
"OTP": "sample string 3"
}
application/xml, text/xml
Sample:
<OtpVarifyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mechon.Models"> <FCMTocken>sample string 2</FCMTocken> <MobNo>sample string 1</MobNo> <OTP>sample string 3</OTP> </OtpVarifyModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OtpVarifyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MobNo | string |
None. |
|
| FCMTocken | string |
None. |
|
| OTP | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MobNo": "sample string 1",
"FCMTocken": "sample string 2",
"OTP": "sample string 3"
}
application/xml, text/xml
Sample:
<OtpVarifyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mechon.Models"> <FCMTocken>sample string 2</FCMTocken> <MobNo>sample string 1</MobNo> <OTP>sample string 3</OTP> </OtpVarifyModel>