[Bug 13927] New: Add API route to check hold capabilities
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13927 Bug ID: 13927 Summary: Add API route to check hold capabilities Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Web services Assignee: julian.maurice@biblibre.com Reporter: julian.maurice@biblibre.com QA Contact: testopia@bugs.koha-community.org Depends on: 13903 Often when a 3rd-party application want to deal with reserves in Koha, it must know in advance if the reserve is allowed (for example to hide the "place hold" link if hold is not allowed) This new route does just that, telling if a given hold is allowed for a given patron. Moreover, it also returns a list of available pickup locations (restricting to only the borrower's branch if IndependentBranches is set). Depends on bug 13903. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13927 --- Comment #1 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 37365 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37365&action=edit Bug 13927: Add API route to check hold capabilities OPTIONS /borrowers/{borrowernumber}/reserves Request body should contain biblionumber or itemnumber, and response tells us if reserve is allowed, and which pickup locations are available -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13927 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13927 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch CC| |z.tajoli@cineca.it -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org