POST api/Login/VerifyContactNumberWithOTP_V2
Request Information
URI Parameters
None.
Body Parameters
VerifyContactNumber| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactNo | string |
None. |
|
| Userid | integer |
None. |
|
| OTP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactNo": "sample string 1",
"Userid": 2,
"OTP": "sample string 3"
}
text/xml
Sample:
<VerifyContactNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrimeHealthCare.Model"> <ContactNo>sample string 1</ContactNo> <OTP>sample string 3</OTP> <Userid>2</Userid> </VerifyContactNumber>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AlertSettngsresponseData| Name | Description | Type | Additional information |
|---|---|---|---|
| statusCode | integer |
None. |
|
| statusMessage | string |
None. |
|
| OTPStatusCode | integer |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"statusMessage": "sample string 2",
"OTPStatusCode": 3,
"data": {}
}
text/xml
Sample:
<AlertSettngsresponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrimeHealthCare.Model"> <OTPStatusCode>3</OTPStatusCode> <data /> <statusCode>1</statusCode> <statusMessage>sample string 2</statusMessage> </AlertSettngsresponseData>