POST voucher/GetVoucherList

Request Information

URI Parameters

None.

Body Parameters

iGetVoucherList
NameDescriptionTypeAdditional information
categoryCode

string

None.

Request Formats

application/json, text/json

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

Response Information

Resource Description

oGetVoucherListResponse
NameDescriptionTypeAdditional information
Records

Collection of oGetVoucherList

None.

StatusCode

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Records": [
    {
      "voucherId": "b84bc4c0-f667-4b1b-b84e-61f842b27b3f",
      "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": "b84bc4c0-f667-4b1b-b84e-61f842b27b3f",
      "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"
}