POST api/library/book/borrow/reject
Request Information
URI Parameters
None.
Body Parameters
approveRejectBookBorrowRqst| Name | Description | Type | Additional information |
|---|---|---|---|
| bkln_id | integer |
None. |
|
| bkln_status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"bkln_id": 1,
"bkln_status": 2
}
application/xml, text/xml
Sample:
<approveRejectBookBorrowRqst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <bkln_id>1</bkln_id> <bkln_status>2</bkln_status> </approveRejectBookBorrowRqst>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.