- Ajuntament de Barcelona
- Institut de Cultura de Barcelona
ILS-DI
HoldItem
Creates, for a patron, an item-level hold request on a specific item of a bibliographic record 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
- item_id (Required)
- the ILS identifier for the specific item on which the request is 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=HoldItem&patron_id=1&bib_id=1&item_id=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>