POST OTPMember/ValidateOTPMember?Phone={Phone}&OTP={OTP}&ClientID={ClientID}

Generate OTP and Send SMS OTP

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Phone

Input

string

Required

OTP

Input

string

Required

ClientID

Input

string

Required

Body Parameters

None.

Response Information

Resource Description

ResultModelOfBoolean
NameDescriptionTypeAdditional 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
}