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