/circulation

post

Creates a loan by checking out an item to a loanee

post

Updates the due date of an existing loan

post

Updates the due date of an existing loan

post

Updates the status of an existing loan

Collection of loan items.

get

Retrieve a list of loan items.

post

Create a new loan item.

delete

Entity representing a loan

get

Retrieve loan item with given {loanId}

put

Update loan item with given {loanId}

delete

Delete loan item with given {loanId}

Collection of request items.

get

Retrieve a list of request items.

post

Create a new request item.

delete

Entity representing a request

get

Retrieve request item with given {requestId}

put

Update request item with given {requestId}

delete

Delete request item with given {requestId}

Entity representing a instance

get

Retrieve instance item with given {instanceId}

post

Reorder requests in the instance queue

Entity representing a item

get

Retrieve item item with given {itemId}

post

Reorder requests in the item queue

post

Creates a request for any item from the given instance ID