POST api/Srijan/GetSubSubCat

Request Information

URI Parameters

None.

Body Parameters

Srijan_Sub_Sub_CategoryDTO
NameDescriptionTypeAdditional information
Srijan_Sub_Sub_Category_Id

integer

None.

Srijan_Sub_Category_Id

integer

None.

Srijan_Sub_Sub_Category_Name

string

None.

Srijan_Sub_Sub_Category_Img

string

None.

CreatedBy

string

None.

Updated

date

None.

Updatedby

string

None.

Status

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Srijan_Sub_Sub_Category_Id": 1,
  "Srijan_Sub_Category_Id": 2,
  "Srijan_Sub_Sub_Category_Name": "sample string 3",
  "Srijan_Sub_Sub_Category_Img": "sample string 4",
  "CreatedBy": "sample string 5",
  "Updated": "2025-12-13T00:29:44.2499505-08:00",
  "Updatedby": "sample string 7",
  "Status": true
}

application/xml, text/xml

Sample:
<Srijan_Sub_Sub_CategoryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Srijan_DTO">
  <CreatedBy>sample string 5</CreatedBy>
  <Srijan_Sub_Category_Id>2</Srijan_Sub_Category_Id>
  <Srijan_Sub_Sub_Category_Id>1</Srijan_Sub_Sub_Category_Id>
  <Srijan_Sub_Sub_Category_Img>sample string 4</Srijan_Sub_Sub_Category_Img>
  <Srijan_Sub_Sub_Category_Name>sample string 3</Srijan_Sub_Sub_Category_Name>
  <Status>true</Status>
  <Updated>2025-12-13T00:29:44.2499505-08:00</Updated>
  <Updatedby>sample string 7</Updatedby>
</Srijan_Sub_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.