[Koha-bugs] [Bug 23015] Create a "GetPickupLocation" endpoint for the ILS-DI Service

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Mar 1 08:59:02 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23015

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #12 from David Nind <david at davidnind.com> ---
Have tested, but a couple of questions:

1) Details for the service don't display on
http://127.0.0.1:8080/cgi-bin/koha/ilsdi.pl but can be accessed from
http://127.0.0.1:8080/cgi-bin/koha/ilsdi.pl?service=Describe&verb=GetPickupLocation

2) The result returned doesn't seem to match up with what is shown in the
describe text, for example for
http://127.0.0.1:8080/cgi-bin/koha/ilsdi.pl?service=GetPickupLocation&patron_id=19&id=23&id_type=item
I get: 

<GetPickupLocation>
<library>
<anon>
<branchname>Centerville</branchname>
<branchcode>CPL</branchcode>
<branchaddress1>Jefferson Summit</branchaddress1>
<pickup_location>1</pickup_location>
</anon>
<anon>
<pickup_location>1</pickup_location>
<branchaddress1>River Station</branchaddress1>
<branchcode>FFL</branchcode>
<branchname>Fairfield</branchname>
</anon>
<anon>
<pickup_location>1</pickup_location>
<branchaddress1>Hickory Squere</branchaddress1>
<branchcode>FPL</branchcode>
<branchname>Fairview</branchname>.....

Apart from the above it seems to work fine and the tests pass.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list