POST api/library/book/loans
Request Information
URI Parameters
None.
Body Parameters
BookLoansRqst| Name | Description | Type | Additional information |
|---|---|---|---|
| loans_from | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"loans_from": "2025-12-15T17:00:16.7622909+01:00"
}
application/xml, text/xml
Sample:
<BookLoansRqst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <loans_from>2025-12-15T17:00:16.7622909+01:00</loans_from> </BookLoansRqst>
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.