GET api/ProductSubcategories

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProductSubcategoryBL
NameDescriptionTypeAdditional information
ProductSubcategoryId

integer

None.

ProductSubcategoryName

string

None.

ProductCategoryName

string

None.

ProductCategoryId

integer

None.

Description

string

None.

IsNeedsToDelete

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProductSubcategoryId": 1,
    "ProductSubcategoryName": "sample string 2",
    "ProductCategoryName": "sample string 3",
    "ProductCategoryId": 1,
    "Description": "sample string 4",
    "IsNeedsToDelete": true
  },
  {
    "ProductSubcategoryId": 1,
    "ProductSubcategoryName": "sample string 2",
    "ProductCategoryName": "sample string 3",
    "ProductCategoryId": 1,
    "Description": "sample string 4",
    "IsNeedsToDelete": true
  }
]