POST api/UpdateOtpStatus?USER_ID={USER_ID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
USER_ID | string |
Required |
Body Parameters
OTP_MobileAndMailName | Description | Type | Additional information |
---|---|---|---|
MOBILE_NUMBER | string |
None. |
|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "MOBILE_NUMBER": "sample string 1", "EMAIL": "sample string 2" }
application/xml, text/xml
Sample:
<OTP_MobileAndMail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <EMAIL>sample string 2</EMAIL> <MOBILE_NUMBER>sample string 1</MOBILE_NUMBER> </OTP_MobileAndMail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |