POST api/library/book/request/reject
Request Information
URI Parameters
None.
Body Parameters
BookRqstActionData| Name | Description | Type | Additional information |
|---|---|---|---|
| bkrqst_id | integer |
None. |
|
| usr_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"bkrqst_id": 1,
"usr_id": 2
}
application/xml, text/xml
Sample:
<BookRqstActionData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <bkrqst_id>1</bkrqst_id> <usr_id>2</usr_id> </BookRqstActionData>
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.