POST OTPMember/ValidateOTPMember?Phone={Phone}&OTP={OTP}&ClientID={ClientID}
Generate OTP and Send SMS OTP
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Phone |
Input |
string |
Required |
OTP |
Input |
string |
Required |
ClientID |
Input |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfBooleanName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": true }