GET api/MasterProductCategory/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

MasterProductCategoryBL
NameDescriptionTypeAdditional information
MasterProductCategoryId

integer

None.

ProjectId

integer

None.

MasterProductCategoryName

string

None.

ProjectName

string

None.

IsActive

boolean

None.

NeedsToDelete

boolean

None.

CreatedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "MasterProductCategoryId": 1,
  "ProjectId": 1,
  "MasterProductCategoryName": "sample string 2",
  "ProjectName": "sample string 3",
  "IsActive": true,
  "NeedsToDelete": true,
  "CreatedDate": "2025-12-06T04:37:38.6474981Z"
}