GET api/Product/GetAllProductCategoryName

Get all product category name

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GenericResponseListOfProductCategoryNameDTO
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

UserStatus

string

None.

Data

Collection of ProductCategoryNameDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "userStatus": "sample string 3",
  "data": [
    {
      "id": 1,
      "name": "sample string 2"
    },
    {
      "id": 1,
      "name": "sample string 2"
    }
  ]
}