GET api/Library/SaveBookCopies
Request Information
URI Parameters
None.
Body Parameters
BookCopiesEditName | Description | Type | Additional information |
---|---|---|---|
BookCopyID | integer |
None. |
|
BookNumber | string |
None. |
|
BookCondition | string |
None. |
|
BookID | integer |
None. |
|
Status | integer |
None. |
|
CreatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "BookCopyID": 1, "BookNumber": "sample string 2", "BookCondition": "sample string 3", "BookID": 4, "Status": 5, "CreatedBy": 6 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}