POST user/GetVoucherHistoryList
Request Information
URI Parameters
None.
Body Parameters
iGetUserVoucherHistoryList| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": "sample string 1"
}
Response Information
Resource Description
oGetUserVoucherHistoryListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of oGetUserVoucherHistoryList |
None. |
|
| StatusCode | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Records": [
{
"voucherId": "01d423dc-e7f4-47b5-8d6e-2ffe66e50944",
"voucherCode": "sample string 2",
"brandName": "sample string 3",
"consumerPriceCurrency": "sample string 4",
"consumerPrice": 5.1,
"voucherType": "sample string 6",
"voucherName": "sample string 7",
"voucherDesc": "sample string 8",
"category": "sample string 9",
"productImage": "sample string 10",
"profileName": "sample string 11",
"redeemUserName": "sample string 12",
"redeemUserEmail": "sample string 13",
"redeemUserTel": "sample string 14",
"redeemDate": "sample string 15",
"OTP": "sample string 16",
"status": "sample string 17",
"voucherRedeemId": "3f7541a1-8870-4244-b621-0c3e2ad50cdc"
},
{
"voucherId": "01d423dc-e7f4-47b5-8d6e-2ffe66e50944",
"voucherCode": "sample string 2",
"brandName": "sample string 3",
"consumerPriceCurrency": "sample string 4",
"consumerPrice": 5.1,
"voucherType": "sample string 6",
"voucherName": "sample string 7",
"voucherDesc": "sample string 8",
"category": "sample string 9",
"productImage": "sample string 10",
"profileName": "sample string 11",
"redeemUserName": "sample string 12",
"redeemUserEmail": "sample string 13",
"redeemUserTel": "sample string 14",
"redeemDate": "sample string 15",
"OTP": "sample string 16",
"status": "sample string 17",
"voucherRedeemId": "3f7541a1-8870-4244-b621-0c3e2ad50cdc"
}
],
"StatusCode": true,
"Message": "sample string 2"
}