POST api/EShopCategoryController/AddProdSCat
Request Information
URI Parameters
None.
Body Parameters
EShopSCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| SCatID | integer |
None. |
|
| CatID | integer |
None. |
|
| RegistrationID | integer |
None. |
|
| SCatName | string |
None. |
|
| SCatDesc | string |
None. |
|
| CreatedBy | string |
None. |
|
| IsActive | string |
None. |
|
| CreatedOn | date |
None. |
|
| UserType | string |
None. |
|
| No | string |
None. |
|
| CatName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SCatID": 1,
"CatID": 2,
"RegistrationID": 3,
"SCatName": "sample string 4",
"SCatDesc": "sample string 5",
"CreatedBy": "sample string 6",
"IsActive": "sample string 7",
"CreatedOn": "2025-12-06T04:14:26.116324+00:00",
"UserType": "sample string 9",
"No": "sample string 10",
"CatName": "sample string 11"
}
application/xml, text/xml
Sample:
<EShopSCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL"> <CatID>2</CatID> <CatName>sample string 11</CatName> <CreatedBy>sample string 6</CreatedBy> <CreatedOn>2025-12-06T04:14:26.116324+00:00</CreatedOn> <IsActive>sample string 7</IsActive> <No>sample string 10</No> <RegistrationID>3</RegistrationID> <SCatDesc>sample string 5</SCatDesc> <SCatID>1</SCatID> <SCatName>sample string 4</SCatName> <UserType>sample string 9</UserType> </EShopSCategory>
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.