POST api/Srijan/saveCategory
Request Information
URI Parameters
None.
Body Parameters
Srijan_CategoryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Srijan_Category_Id | integer |
None. |
|
| Srijan_Category_Desc | string |
None. |
|
| Srijan_Category_Top_Category | string |
None. |
|
| Srijan_Category_Most_Selling | string |
None. |
|
| Srijan_Category_Book_Of_Month | string |
None. |
|
| Srijan_Category_ImageUrl | string |
None. |
|
| Created | date |
None. |
|
| CreatedBy | string |
None. |
|
| Updated | date |
None. |
|
| Updatedby | date |
None. |
|
| Status | boolean |
None. |
|
| sort_no | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Srijan_Category_Id": 1,
"Srijan_Category_Desc": "sample string 2",
"Srijan_Category_Top_Category": "sample string 3",
"Srijan_Category_Most_Selling": "sample string 4",
"Srijan_Category_Book_Of_Month": "sample string 5",
"Srijan_Category_ImageUrl": "sample string 6",
"Created": "2025-12-13T00:33:16.1039737-08:00",
"CreatedBy": "sample string 8",
"Updated": "2025-12-13T00:33:16.1039737-08:00",
"Updatedby": "2025-12-13T00:33:16.1039737-08:00",
"Status": true,
"sort_no": 12
}
application/xml, text/xml
Sample:
<Srijan_CategoryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Srijan_DTO"> <Created>2025-12-13T00:33:16.1039737-08:00</Created> <CreatedBy>sample string 8</CreatedBy> <Srijan_Category_Book_Of_Month>sample string 5</Srijan_Category_Book_Of_Month> <Srijan_Category_Desc>sample string 2</Srijan_Category_Desc> <Srijan_Category_Id>1</Srijan_Category_Id> <Srijan_Category_ImageUrl>sample string 6</Srijan_Category_ImageUrl> <Srijan_Category_Most_Selling>sample string 4</Srijan_Category_Most_Selling> <Srijan_Category_Top_Category>sample string 3</Srijan_Category_Top_Category> <Status>true</Status> <Updated>2025-12-13T00:33:16.1039737-08:00</Updated> <Updatedby>2025-12-13T00:33:16.1039737-08:00</Updatedby> <sort_no>12</sort_no> </Srijan_CategoryDTO>
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.