GET api/ProductSubCategory

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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:36:39.0002105Z",
    "ProductCategoryName": "sample string 4"
  },
  {
    "ProductSubCategoryId": 1,
    "ProductCategoryId": 1,
    "ProductSubCategoryName": "sample string 2",
    "IsActive": true,
    "NeedsToDelete": true,
    "CreatedDate": "2025-12-06T04:36:39.0002105Z",
    "ProductCategoryName": "sample string 4"
  }
]