POST user/GetVoucherHistoryList

Request Information

URI Parameters

None.

Body Parameters

iGetUserVoucherHistoryList
NameDescriptionTypeAdditional information
userId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1"
}

Response Information

Resource Description

oGetUserVoucherHistoryListResponse
NameDescriptionTypeAdditional information
Records

Collection of oGetUserVoucherHistoryList

None.

StatusCode

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Records": [
    {
      "voucherId": "0d75f6ee-ea05-4872-a64f-c10a2f37a66f",
      "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": "4feedc14-3c6c-497e-aaaa-2f25a8af2067"
    },
    {
      "voucherId": "0d75f6ee-ea05-4872-a64f-c10a2f37a66f",
      "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": "4feedc14-3c6c-497e-aaaa-2f25a8af2067"
    }
  ],
  "StatusCode": true,
  "Message": "sample string 2"
}