<<

NAME

Koha::REST::V1::Checkout

API

Methods

list

List Koha::Checkout objects

get

get one checkout

_check_availability

Internal function to call CanBookBeIssued and return an appropriately filtered set return

get_availability

Controller function that handles retrieval of Checkout availability

add

Add a new checkout

get_renewals

List Koha::Checkout::Renewals

renew

Renew a checkout

allows_renewal

Checks if the checkout could be renewed and return the related information.

<<