POST voucher/GetVoucherData
Request Information
URI Parameters
None.
Body Parameters
iGetVoucherData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1"
}
Response Information
Resource Description
oGetVoucherDataResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of oGetVoucherData |
None. |
|
| StatusCode | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Records": [
{
"voucherId": "2742653d-8b59-413a-bbea-9e6900e2b6a1",
"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": "2742653d-8b59-413a-bbea-9e6900e2b6a1",
"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"
}