POST api/report/voucher_validate
Check Voucher Validity
Request Information
URI Parameters
None.
Body Parameters
VoucherValidity| Name | description | Type | Additional information |
|---|---|---|---|
| Mobile | string |
None. |
|
| VoucherCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mobile": "sample string 1",
"VoucherCode": "sample string 2"
}
application/xml, text/xml
Sample:
<Report.VoucherValidity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Member"> <Mobile>sample string 1</Mobile> <VoucherCode>sample string 2</VoucherCode> </Report.VoucherValidity>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |