POST api/BuyerAccount/VerifyOTP
Request Information
URI Parameters
None.
Body Parameters
ReqVerifyOTP| Name | Description | Type | Additional information |
|---|---|---|---|
| Phone | string |
Required |
|
| ClientIPAddress | string |
Required |
|
| OTP | integer |
None. |
|
| RoleId | integer |
None. |
|
| HasWhatsappConsent | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Phone": "sample string 1",
"ClientIPAddress": "sample string 2",
"OTP": 3,
"RoleId": 4,
"HasWhatsappConsent": true
}
application/xml, text/xml
Sample:
<ReqVerifyOTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request.Account"> <ClientIPAddress>sample string 2</ClientIPAddress> <HasWhatsappConsent>true</HasWhatsappConsent> <OTP>3</OTP> <Phone>sample string 1</Phone> <RoleId>4</RoleId> </ReqVerifyOTP>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |