POST api/Srijan/GetSubCat

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": 1,
  "Srijan_Sub_Category_Name": "sample string 1",
  "Srijan_Sub_Category_ImageUrl": "sample string 2",
  "Srijan_Category_Redirection": "sample string 3",
  "Srijan_Category_Name_Desc": "sample string 4",
  "Count_total_Books": 5,
  "Created": "2026-04-09T13:56:29.8707884-07:00",
  "CreatedBy": "sample string 7",
  "Updated": "2026-04-09T13:56:29.8707884-07:00",
  "Updatedby": "sample string 9",
  "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>5</Count_total_Books>
  <Created>2026-04-09T13:56:29.8707884-07:00</Created>
  <CreatedBy>sample string 7</CreatedBy>
  <Srijan_Category_Id>1</Srijan_Category_Id>
  <Srijan_Category_Name_Desc>sample string 4</Srijan_Category_Name_Desc>
  <Srijan_Category_Redirection>sample string 3</Srijan_Category_Redirection>
  <Srijan_Sub_Category_ImageUrl>sample string 2</Srijan_Sub_Category_ImageUrl>
  <Srijan_Sub_Category_Name>sample string 1</Srijan_Sub_Category_Name>
  <Srijan_Sub_category_Id>1</Srijan_Sub_category_Id>
  <Status>true</Status>
  <Updated>2026-04-09T13:56:29.8707884-07:00</Updated>
  <Updatedby>sample string 9</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.