POST voucher/GetVoucherData
Request Information
URI Parameters
None.
Body Parameters
iGetVoucherDataName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1" }
Response Information
Resource Description
oGetVoucherDataResponseName | Description | Type | Additional information |
---|---|---|---|
Records | Collection of oGetVoucherData |
None. |
|
StatusCode | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Records": [ { "voucherId": "1e185768-f9b8-47d1-8090-ddd9d92f2ad8", "voucherCode": "sample string 2", "brandName": "sample string 3", "consumerPriceCurrency": "sample string 4", "consumerPrice": 5.1, "voucherType": "sample string 6", "voucherName": "sample string 7", "category": "sample string 8", "productImage": "sample string 9", "productDesc": "sample string 10" }, { "voucherId": "1e185768-f9b8-47d1-8090-ddd9d92f2ad8", "voucherCode": "sample string 2", "brandName": "sample string 3", "consumerPriceCurrency": "sample string 4", "consumerPrice": 5.1, "voucherType": "sample string 6", "voucherName": "sample string 7", "category": "sample string 8", "productImage": "sample string 9", "productDesc": "sample string 10" } ], "StatusCode": true, "Message": "sample string 2" }