POST voucher/GetVoucherCategoryList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

oGetVoucherCategoryListResponse
NameDescriptionTypeAdditional information
Records

Collection of oGetVoucherCategoryList

None.

StatusCode

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Records": [
    {
      "code": "sample string 1",
      "name": "sample string 2",
      "image": "sample string 3",
      "sequence": 4
    },
    {
      "code": "sample string 1",
      "name": "sample string 2",
      "image": "sample string 3",
      "sequence": 4
    }
  ],
  "StatusCode": true,
  "Message": "sample string 2"
}