- Ajuntament de Barcelona
- Institut de Cultura de Barcelona
ILS-DI
LookupPatron
Looks up a patron in the ILS by an identifier, and returns the ILS identifier for that patron, aka the patron identifier.
Parameters
- id (Required)
- an identifier used to look up the patron in Koha
- id_type (Optional)
- the type of the identifier, possible values:
- cardnumber
- userid
- borrowernumber
- surname
- firstname
Example call
ilsdi.pl?service=LookupPatron&id=815&id_type=cardnumberExample response
<?xml version="1.0" encoding="ISO-8859-1" ?> <LookupPatron> <id>419</id> </LookupPatron>