GET api/ProductCategories

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProductCategoryBL
NameDescriptionTypeAdditional information
ProductCategoryId

integer

None.

ProductCategoryName

string

None.

MasterProductCategoryName

string

None.

MasterProductCategoryId

integer

None.

IsNeedsToDelete

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProductCategoryId": 1,
    "ProductCategoryName": "sample string 2",
    "MasterProductCategoryName": "sample string 3",
    "MasterProductCategoryId": 1,
    "IsNeedsToDelete": true
  },
  {
    "ProductCategoryId": 1,
    "ProductCategoryName": "sample string 2",
    "MasterProductCategoryName": "sample string 3",
    "MasterProductCategoryId": 1,
    "IsNeedsToDelete": true
  }
]