POST api/member/member_verify
To Customer OTP Verify
Request Information
URI Parameters
None.
Body Parameters
mlVerifyOTP| Name | description | Type | Additional information |
|---|---|---|---|
| TransId | string |
None. |
|
| OTP | string |
None. |
|
| Mobile | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mobile": "sample string 3",
"OTP": "sample string 2",
"TransId": "sample string 1"
}
application/xml, text/xml
Sample:
<mlVerifyOTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Customer"> <Mobile>sample string 3</Mobile> <OTP>sample string 2</OTP> <TransId>sample string 1</TransId> </mlVerifyOTP>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |