POST userProfile/GetUserVoucherList
Request Information
URI Parameters
None.
Body Parameters
iGetUserVoucherList| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": "sample string 1"
}
Response Information
Resource Description
oGetUserVoucherListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of oGetUserVoucherList |
None. |
|
| StatusCode | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Records": [
{
"voucherId": "dad8fe8e-c75e-434b-a143-fe3be4e66739",
"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",
"quantity": "sample string 12",
"balance": "sample string 13",
"purchaseDate": "sample string 14"
},
{
"voucherId": "dad8fe8e-c75e-434b-a143-fe3be4e66739",
"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",
"quantity": "sample string 12",
"balance": "sample string 13",
"purchaseDate": "sample string 14"
}
],
"StatusCode": true,
"Message": "sample string 2"
}