POST api/Srijan/UpdateSubCate_Admin

Request Information

URI Parameters

None.

Body Parameters

Srijan_Sub_CategoryDTO
NameDescriptionTypeAdditional information
Srijan_Sub_category_Id

integer

None.

Srijan_Category_Id

integer

None.

Srijan_Sub_Category_Name

string

None.

Srijan_Sub_Category_ImageUrl

string

None.

Srijan_Category_Redirection

string

None.

Srijan_Category_Name_Desc

string

None.

Count_total_Books

integer

None.

Created

date

None.

CreatedBy

string

None.

Updated

date

None.

Updatedby

string

None.

Status

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Srijan_Sub_category_Id": 1,
  "Srijan_Category_Id": 2,
  "Srijan_Sub_Category_Name": "sample string 3",
  "Srijan_Sub_Category_ImageUrl": "sample string 4",
  "Srijan_Category_Redirection": "sample string 5",
  "Srijan_Category_Name_Desc": "sample string 6",
  "Count_total_Books": 7,
  "Created": "2025-12-13T00:29:19.6689127-08:00",
  "CreatedBy": "sample string 9",
  "Updated": "2025-12-13T00:29:19.6689127-08:00",
  "Updatedby": "sample string 11",
  "Status": true
}

application/xml, text/xml

Sample:
<Srijan_Sub_CategoryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Srijan_DTO">
  <Count_total_Books>7</Count_total_Books>
  <Created>2025-12-13T00:29:19.6689127-08:00</Created>
  <CreatedBy>sample string 9</CreatedBy>
  <Srijan_Category_Id>2</Srijan_Category_Id>
  <Srijan_Category_Name_Desc>sample string 6</Srijan_Category_Name_Desc>
  <Srijan_Category_Redirection>sample string 5</Srijan_Category_Redirection>
  <Srijan_Sub_Category_ImageUrl>sample string 4</Srijan_Sub_Category_ImageUrl>
  <Srijan_Sub_Category_Name>sample string 3</Srijan_Sub_Category_Name>
  <Srijan_Sub_category_Id>1</Srijan_Sub_category_Id>
  <Status>true</Status>
  <Updated>2025-12-13T00:29:19.6689127-08:00</Updated>
  <Updatedby>sample string 11</Updatedby>
</Srijan_Sub_CategoryDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.