ILS-DI

CancelHold

Cancels an active hold request for the patron.

Parameters

patron_id (Required)
the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron
item_id (Required)
system hold identifier (returned by GetRecords and GetPatronInfo into element 'reserve_id')

Example call

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

Example response

<?xml version="1.0" encoding="ISO-8859-1" ?>
<CancelHold>
  <message>Canceled</message>
</CancelHold>

Powered by Koha