We need a way to tell if we can use library as a hold pickup location via rest api. Patches attached in this Bug number aim to extend Bug 16826.
Hi Lary, I've made the same feature for ILS-DI WebService : https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23015 Didn't thought about REST API at the time, but it's the same feature, I think it would be great to have it ported to REST. I've added a relation to my patch since I've provided a method "GetPickupLocation" in C4/ILSDI/Service.
We have implemented this functionality into Koha-Finland fork and it is being tested by the National Library of Finland (actually they have it in production use already). The problem is that our work is heavily dependent on Bug 16826 and would be blocked by it. But the patches can be found here https://github.com/KohaSuomi/Koha/pull/100
We added similar routes on bug 27931 and bug 27932.