ILS-DI

RenewLoan

Extends the due date for a patron's existing loan.

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
desired_due_date (Required)
the date the patron would like the item returned by

Example call

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

Example response

<?xml version="1.0" encoding="ISO-8859-1" ?>
<RenewLoan>
  <success>0</success>
  <renewals>5</renewals>
  <date_due>2009-05-11</date_due>
</RenewLoan>

Powered by Koha