https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24401 --- Comment #39 from Jan Kissig <bibliothek@th-wildau.de> --- (In reply to Jonathan Druart from comment #38)
(In reply to Jan Kissig from comment #37)
(In reply to Jonathan Druart from comment #36)
(In reply to Jan Kissig from comment #33)
But you don't need the barcode if you have the checkout.
I don't know if I understand it right, but to get the checkout you need the item_id and to get the item_id you need the barcode (I'm looking from the GUI perspective where a patron returns an item)
Hum, indeed!
Re the library, isn't the point of the x-koha-library header?
you mean the library_id in the request body?
Yes.
My point was: we don't need a body, DELETE could work here.
Okay got that, I could rewrite it to be a DELETE with this syntax: DELETE http://localhost:8081/api/v1/checkouts/{external_id} But there is already an existing GET path using the path parameter for checkout_id, would using the path for external_id not create confusion? GET http://localhost:8081/api/v1/checkouts/{checkout_id} -- You are receiving this mail because: You are watching all bug changes.