GET api/MasterProductCategories

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MasterProductCategoryBL
NameDescriptionTypeAdditional information
MasterProductCategoryId

integer

None.

MasterProductCategoryName

string

None.

IsNeedsToDelete

boolean

None.

Response Formats

application/json, text/json

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