- Ajuntament de Barcelona
- Institut de Cultura de Barcelona
ILS-DI
HoldTitle
Creates, for a patron, a title-level hold request on a given bibliographic record in Koha.
Parameters
- patron_id (Required)
- the ILS identifier for the patron for whom the request is placed
- bib_id (Required)
- the ILS identifier for the bibliographic record on which the request is placed
- request_location (Required)
- IP address where the end user request is being placed
- pickup_location (Optional)
- an identifier indicating the location to which to deliver the item for pickup
- start_date (Optional)
- date after which hold request is no longer needed
- expiry_date (Optional)
- date after which item returned to shelf if item is not picked up
Example Call
ilsdi.pl?service=HoldTitle&patron_id=1&bib_id=1&request_location=127.0.0.1Example response
<?xml version="1.0" encoding="ISO-8859-1" ?> <HoldTitle> <title>(les) galères de l'Orfèvre</title> <date_available>2009-05-11</date_available> <pickup_location>Bibliothèque Jean-Prunier</pickup_location> </HoldTitle>