POST api/OTPNotification/VerifyOTP
Request Information
URI Parameters
None.
Body Parameters
clsOTPNotificationDAL| Name | Description | Type | Additional information |
|---|---|---|---|
| OTPNotificationId | globally unique identifier |
None. |
|
| OrderNo | string |
None. |
|
| DeliveryOTP | string |
None. |
|
| CustomerOTP | string |
None. |
|
| RegistrationId | globally unique identifier |
None. |
|
| DeliveryRegistrationId | globally unique identifier |
None. |
|
| ValidUpto | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"otpNotificationId": "65ef7529-c8f4-44a9-8c71-6b0c4307df3e",
"orderNo": "sample string 2",
"deliveryOTP": "sample string 3",
"customerOTP": "sample string 4",
"registrationId": "84d77cb0-1e7c-4566-9c2e-bde96871f61a",
"deliveryRegistrationId": "44ed2c4a-eb88-474a-ac00-63f9c1a4f0be",
"validUpto": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
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. |