POST api/CustomerMobile/CutomerOtpVerify
Request Information
URI Parameters
None.
Body Parameters
VerifyOtp| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Otp | string |
None. |
|
| OtpType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"otp": "sample string 2",
"otpType": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
