ILS-DI

GetPatronStatus

Returns a patron's status information from Koha.

Parameters

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

Example call

ilsdi.pl?service=GetPatronStatus&patron_id=1

Example Response

<?xml version="1.0" encoding="ISO-8859-1" ?>
<GetPatronStatus>
  <expiry>2010-03-04</expiry>
  <status>0</status>
  <type>ADUEXT</type>
</GetPatronStatus>

Powered by Koha