GET api/Library/SaveLibBookEdit
Request Information
URI Parameters
None.
Body Parameters
BookEdit| Name | Description | Type | Additional information |
|---|---|---|---|
| BookID | integer |
None. |
|
| BookName | string |
None. |
|
| TypeOfBookID | integer |
None. |
|
| VolumeID | integer |
None. |
|
| AuthorID | integer |
None. |
|
| BookIsbn | string |
None. |
|
| NoOfCopies | integer |
None. |
|
| LanguageID | integer |
None. |
|
| Topic_KeyWord | integer |
None. |
|
| PublisherID | integer |
None. |
|
| SelfID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| SchoolID | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BookID": 1,
"BookName": "sample string 2",
"TypeOfBookID": 3,
"VolumeID": 4,
"AuthorID": 5,
"BookIsbn": "sample string 6",
"NoOfCopies": 7,
"LanguageID": 8,
"Topic_KeyWord": 9,
"PublisherID": 10,
"SelfID": 11,
"CategoryID": 12,
"SchoolID": 13,
"CreatedBy": 14,
"Status": 15
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}