ILS-DI

GetServices

Returns information about the services available on a particular item for a particular patron.

Parameters

patron_id (Required)
the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron
item_id (Required)
system item identifier

Example call

ilsdi.pl?service=GetServices&patron_id=1&item_id=1

Example response

<?xml version="1.0" encoding="ISO-8859-1" ?>
<GetServices>
  <AvailableFor>title level hold</AvailableFor>
  <AvailableFor>item level hold</AvailableFor>
</GetServices>

Powered by Koha