Summary: | Item transfer operations should be available from the API | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | REST API | Assignee: | Johanna Räisä <johanna.raisa> |
Status: | Needs Signoff --- | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | angus.purcell, johanna.raisa, lucy.vaux-harvey, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | Sponsored | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 22160 | ||
Attachments: | Bug 35722: Create item transfer REST api |
Description
Martin Renvoize (ashimema)
2024-01-08 11:50:23 UTC
Hi! I have time and interest to do this. Have you done something so far? Created attachment 183069 [details] [review] Bug 35722: Create item transfer REST api This patch creates a REST API for item transfers, allowing users to transfer items between libraries via the API. Test Plan: 1. Apply the patch. 2. perl build-resources.PL 3. prove t/db_dependent/api/v1/items/item_transfers.t 4. Verify that the API endpoints for item transfers work as expected. Sponsored-by: Koha-Suomi Oy |