POST api/SubCategories/DeleteTblSubCategory/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

TblSubCategory
NameDescriptionTypeAdditional information
SubCatID

integer

None.

SubCatName

string

None.

CategoryID

integer

None.

Description

string

None.

SubCatDate

string

None.

IsActive

string

None.

CreatedDate

date

None.

CreatedBYID

integer

None.

UpdatedDate

date

None.

UpdatedBYID

integer

None.

VegorNon

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "SubCatID": 1,
  "SubCatName": "sample string 2",
  "CategoryID": 1,
  "Description": "sample string 3",
  "SubCatDate": "sample string 4",
  "IsActive": "sample string 5",
  "CreatedDate": "2025-12-18T09:41:10.6062056-08:00",
  "CreatedBYID": 1,
  "UpdatedDate": "2025-12-18T09:41:10.6062056-08:00",
  "UpdatedBYID": 1,
  "VegorNon": 1
}