https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42443
--- Comment #4 from Kyle M Hall (khall) <[email protected]> --- Created attachment 199857 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199857&action=edit Bug 42443: Add ability to cancel a transfer via the REST API This patch adds a DELETE /transfers/{transfer_id} route that cancels the given transfer by id and reverts an in transit recall for the item the same way as returns.pl does. The cancellation reason is passed in the request body so this api endpoint could be used in other places we can cancel transfers. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
