[Bug 31591] New: REST API should include a patron import function
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31591 Bug ID: 31591 Summary: REST API should include a patron import function Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs@lists.koha-community.org Reporter: jrittenh@nd.edu CC: tomascohen@gmail.com The GUI-based batch patron upload form allows for selecting a match point, neither of which is the Koha ID, as an external system generating patrons is not going to be Koha-aware. Yet the REST API now requires knowledge of the patron's Koha ID to update a patron, necessitating a manual patron lookup request prior to submitting either an add or update request. For individual transactions, this is cumbersome. For bulk transactions, it's unwieldy. It would be more helpful to have the option to choose a match point in the request, and for the software to intelligently add or update a patron as necessary. This would significantly cut down on the external development necessary to create patrons via API, as well as API requests per patron add/update. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31591 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We have implemented a batch update with the current API using look-ups and also deciding on which fields in a patron we want to update. I think you have more control of the process the current way, but what you describe has it's own merits. Maybe instead of using the patron API using the patron import CLI script could be an option for you? It's very close to the how the tool works. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org