[Koha-bugs] [Bug 23336] Add an API endpoint for issuing an item to a patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 7 11:17:24 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23336

--- Comment #6 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Hi Ian

I've not been able to replicate your 400 when POSTing, it would be interesting
to know if others can.

This patch is a *very* thin proxy on top of calls to
C4::Circulation::CanBookBeIssued and C4::Circulation::AddIssue - terminology,
parameter requirements and response specifications come directly from them.

Unfortunately CanBookBeIssued in particular can potentially return a wide range
of responses, which are currently just proxied back to the API consumer in the
"error" object. Whether any more preparation of the response prior to return is
required is up for debate.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list