POST api/LibraryBookStock/ProcessLibraryBookStock
Request Information
URI Parameters
None.
Body Parameters
LibraryBookStockReqName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
NoofCopies | integer |
Required |
|
BookId | integer |
Required |
|
RegDate | date |
Required |
|
username | string |
Required |
|
accesskey | string |
Required |
|
processop | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "NoofCopies": 2, "BookId": 3, "RegDate": "2025-06-12T03:17:41.5047981-07:00", "username": "sample string 5", "accesskey": "sample string 6", "processop": "sample string 7" }
text/html
Sample:
{"Id":1,"NoofCopies":2,"BookId":3,"RegDate":"2025-06-12T03:17:41.5047981-07:00","username":"sample string 5","accesskey":"sample string 6","processop":"sample string 7"}
application/xml, text/xml
Sample:
<LibraryBookStockReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models.RequestModel"> <BookId>3</BookId> <Id>1</Id> <NoofCopies>2</NoofCopies> <RegDate>2025-06-12T03:17:41.5047981-07:00</RegDate> <accesskey>sample string 6</accesskey> <processop>sample string 7</processop> <username>sample string 5</username> </LibraryBookStockReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.