GET api/ProductSubCategory/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ProductSubCategoryBL
NameDescriptionTypeAdditional information
ProductSubCategoryId

integer

None.

ProductCategoryId

integer

None.

ProductSubCategoryName

string

None.

IsActive

boolean

None.

NeedsToDelete

boolean

None.

CreatedDate

date

None.

ProductCategoryName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ProductSubCategoryId": 1,
  "ProductCategoryId": 1,
  "ProductSubCategoryName": "sample string 2",
  "IsActive": true,
  "NeedsToDelete": true,
  "CreatedDate": "2025-12-06T04:37:08.0380102Z",
  "ProductCategoryName": "sample string 4"
}