GET api/ProductCategories/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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
}