Summary: | Add API route to list borrower's accountlines | ||
---|---|---|---|
Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
Component: | Web services | Assignee: | Julian Maurice <julian.maurice> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 13799 | ||
Bug Blocks: | |||
Attachments: | Bug 13935: Add API route to list borrower's accountlines |
Description
Julian Maurice
2015-04-01 09:00:00 UTC
Created attachment 37413 [details] [review] Bug 13935: Add API route to list borrower's accountlines GET /borrowers/{borrowernumber}/accountlines GET /borrowers/{borrowernumber}/accountlines?accounttype={accounttype} Unit tests in t/db_dependent/api/v1/borrowers/accountlines.t |