Spydus Help
New Features in Spydus 10.9 / API features in Spydus 10.9
In This Topic
    API features in Spydus 10.9
    In This Topic

    Create a Patch end point for Spydus Circulation API

    A new endpoint has been added to the Circulation API to allow the updating of specified fields in the patron record, without requiring all fields be updated. This is performed using the PATCH API. The new endpoint is:

    See the Swagger Circulation API interface to try it out.

    Utilise LCF Special Attention Check-in field

    When an item is returned successfully via an LCF API check-in request, if alerts are encountered (e.g. in-transit, reservation allocated, items status trap) the following response fields will now be set:

    • 'special attention', and
    • 'special-attention-note' 

    If an alert is displayed when the item is returned, the 'special attention' field value will be set to 02 (or 'Item requires special attention' per LCF code list).

    The text of the alert will be set in the 'special-attention-note' field. If multiple alerts are encountered, the text of each alert will be concatenated in same field, with a double-hyphen separator (' -- ').

    See the Swagger LCF 1.0 or LCF 1.2 API interface to try it out.