POST api/OrgCategoryController/ShowActiveOrgSCat
Request Information
URI Parameters
None.
Body Parameters
tbl_SCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Cat_ID | integer |
None. |
|
| SCat_ID | integer |
None. |
|
| SCat_Name | string |
None. |
|
| IsActive | string |
None. |
|
| IsHome | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| No | string |
None. |
|
| Cat_Image | string |
None. |
|
| Cat_ImageURL | string |
None. |
|
| Cat_Name | string |
None. |
|
| CatDesc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cat_ID": 1,
"SCat_ID": 2,
"SCat_Name": "sample string 3",
"IsActive": "sample string 4",
"IsHome": "sample string 5",
"CreatedBy": "sample string 6",
"CreatedOn": "2025-12-06T04:14:58.3534603+00:00",
"No": "sample string 8",
"Cat_Image": "sample string 9",
"Cat_ImageURL": "sample string 10",
"Cat_Name": "sample string 11",
"CatDesc": "sample string 12"
}
application/xml, text/xml
Sample:
<tbl_SCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL"> <CatDesc>sample string 12</CatDesc> <Cat_ID>1</Cat_ID> <Cat_Image>sample string 9</Cat_Image> <Cat_ImageURL>sample string 10</Cat_ImageURL> <Cat_Name>sample string 11</Cat_Name> <CreatedBy>sample string 6</CreatedBy> <CreatedOn>2025-12-06T04:14:58.3534603+00:00</CreatedOn> <IsActive>sample string 4</IsActive> <IsHome>sample string 5</IsHome> <No>sample string 8</No> <SCat_ID>2</SCat_ID> <SCat_Name>sample string 3</SCat_Name> </tbl_SCategory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.