GET api/MasterProductCategories/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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
}