POST voucher/GetVoucherList
Request Information
URI Parameters
None.
Body Parameters
iGetVoucherList| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"categoryCode": "sample string 1"
}
Response Information
Resource Description
oGetVoucherListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of oGetVoucherList |
None. |
|
| StatusCode | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Records": [
{
"voucherId": "2a5a1bef-a0de-4da8-a251-489f2560c443",
"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"
},
{
"voucherId": "2a5a1bef-a0de-4da8-a251-489f2560c443",
"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"
}
],
"StatusCode": true,
"Message": "sample string 2"
}