GET api/ProductCategory

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProductCategoryBL
NameDescriptionTypeAdditional information
ProductCategoryId

integer

None.

MasterProductCategoryId

integer

None.

ProductCategoryName

string

None.

IsActive

boolean

None.

NeedsToDelete

boolean

None.

CreatedDate

date

None.

MasterProductCategoryName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProductCategoryId": 1,
    "MasterProductCategoryId": 1,
    "ProductCategoryName": "sample string 2",
    "IsActive": true,
    "NeedsToDelete": true,
    "CreatedDate": "2025-12-06T04:38:12.8598596Z",
    "MasterProductCategoryName": "sample string 4"
  },
  {
    "ProductCategoryId": 1,
    "MasterProductCategoryId": 1,
    "ProductCategoryName": "sample string 2",
    "IsActive": true,
    "NeedsToDelete": true,
    "CreatedDate": "2025-12-06T04:38:12.8598596Z",
    "MasterProductCategoryName": "sample string 4"
  }
]