POST api/SubCategories/IsSubCategoryExist
Request Information
URI Parameters
None.
Body Parameters
TblSubCategory| Name | Description | Type | Additional 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. |
Request 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:40:51.8810451-08:00",
"CreatedBYID": 1,
"UpdatedDate": "2025-12-18T09:40:51.8810451-08:00",
"UpdatedBYID": 1,
"VegorNon": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.