POST api/WholeSalerAmazonVoucherOTP?mobileNo={mobileNo}&OrderId={OrderId}&OutletCode={OutletCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mobileNo | string |
Required |
|
| OrderId | string |
Required |
|
| OutletCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Otp | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Msg": "sample string 2",
"Otp": "sample string 3"
}
application/xml, text/xml
Sample:
<WholeSalerAmazonVoucherOTPController.ResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BajajNew.ISR"> <Msg>sample string 2</Msg> <Otp>sample string 3</Otp> <Success>true</Success> </WholeSalerAmazonVoucherOTPController.ResponseModel>