POST api/Srijan/updateBook

Request Information

URI Parameters

None.

Body Parameters

Srijan_BookDTO
NameDescriptionTypeAdditional information
Srijan_Books_Id

integer

None.

Srijan_Category_Id

integer

None.

Srijan_Books_Author

string

None.

Srijan_Books_Name

string

None.

Srijan_Sub_Category_Id

integer

None.

Srijan_Sub_Sub_Category_Id

integer

None.

Srijan_Books_Price

decimal number

None.

Srijan_Category_Desc

string

None.

Srijan_Books_Edition

string

None.

Srijan_Books_Description

string

None.

Book_Feature

string

None.

Created

date

None.

Createby

string

None.

Updated

date

None.

Updatedby

string

None.

Status

boolean

None.

Srijan_Books_Image_URL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Srijan_Books_Id": 1,
  "Srijan_Category_Id": 2,
  "Srijan_Books_Author": "sample string 3",
  "Srijan_Books_Name": "sample string 4",
  "Srijan_Sub_Category_Id": 5,
  "Srijan_Sub_Sub_Category_Id": 6,
  "Srijan_Books_Price": 7.0,
  "Srijan_Category_Desc": "sample string 8",
  "Srijan_Books_Edition": "sample string 9",
  "Srijan_Books_Description": "sample string 10",
  "Book_Feature": "sample string 11",
  "Created": "2025-12-13T00:30:45.0400275-08:00",
  "Createby": "sample string 13",
  "Updated": "2025-12-13T00:30:45.0400275-08:00",
  "Updatedby": "sample string 15",
  "Status": true,
  "Srijan_Books_Image_URL": "sample string 17"
}

application/xml, text/xml

Sample:
<Srijan_BookDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Srijan_DTO">
  <Book_Feature>sample string 11</Book_Feature>
  <Createby>sample string 13</Createby>
  <Created>2025-12-13T00:30:45.0400275-08:00</Created>
  <Srijan_Books_Author>sample string 3</Srijan_Books_Author>
  <Srijan_Books_Description>sample string 10</Srijan_Books_Description>
  <Srijan_Books_Edition>sample string 9</Srijan_Books_Edition>
  <Srijan_Books_Id>1</Srijan_Books_Id>
  <Srijan_Books_Image_URL>sample string 17</Srijan_Books_Image_URL>
  <Srijan_Books_Name>sample string 4</Srijan_Books_Name>
  <Srijan_Books_Price>7</Srijan_Books_Price>
  <Srijan_Category_Desc>sample string 8</Srijan_Category_Desc>
  <Srijan_Category_Id>2</Srijan_Category_Id>
  <Srijan_Sub_Category_Id>5</Srijan_Sub_Category_Id>
  <Srijan_Sub_Sub_Category_Id>6</Srijan_Sub_Sub_Category_Id>
  <Status>true</Status>
  <Updated>2025-12-13T00:30:45.0400275-08:00</Updated>
  <Updatedby>sample string 15</Updatedby>
</Srijan_BookDTO>

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.