https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330 Bug ID: 16330 Summary: REST API: add routes to add, update and delete patrons Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Web services Assignee: koha-bugs@lists.koha-community.org Reporter: benjamin.rokseth@kul.oslo.kommune.no QA Contact: testopia@bugs.koha-community.org With the great work done on Koha Objects and the new restful API, adding a simple CRUD service for patron management shouldn't be too cumbersome. This bug intends to add routes to add, edit and delete patrons: POST /api/v1/patrons Create a new patron PUT /api/v1/patrons/<borrowernumber> Update data about patron DEL /api/v1/patrons/<borrowernumber> Delete a patron for reference: https://wiki.koha-community.org/wiki/New_REST_API_RFC it would also deprecate Bug 13607 - Patron management API https://wiki.koha-community.org/wiki/Talk:Koha_/svc/_HTTP_API -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.