Patron Request ILL

Patron ILL Request detail info

GET /api/.../patrons/{id}/requests/ill/{illRequestID}

Returns details of ILL hold request associated with the patron.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the patron.
illRequestID Integer Yes The unique id assigned to the request.

Response Information

Example
application/json, text/json
{
    "PatronName":"OBrien, Siivi",
    "PatronBarcode":"1002200009244",
    "PatronPhone":"315-634-1234",
    "PatronEmail":null,
    "PatronID":222730,
    "PickupBranchID":3,
    "CreationDate":"2008-03-05T09:30:30.57",
    "NeedByDate":"2009-03-05T09:30:30.57",
    "ActivationDate":null,
    "Author":null,
    "Title":"UNLOCK ME","
    BrowseAuthor":null,
    "BrowseTitle":"UNLOCK ME",
    "MARCTOMID":1,
    "MediumType":"Printed",
    "Publisher":null,
    "PublicationYear":1909,
    "LCCN":null,
    "ISBN":null,
    "ISSN":null,
    "VolumeAndIssue":"",
    "Series":null,
    "Edition":null,
    "RequestType":"Loan",
    "RequestTypeID":1,
    "ItemBarcode":null,
    "ILLStatusID":1,
    "CurrentStatus":"Inactive",
    "PreviousStatus":"Inactive",
    "StatusTransitionDate":"2008-03-05T09:30:30.57",
    "StaffNotes1":null,"StaffNotes2":null,
    "OPACNotes":null
    }

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE. Invalid patron ID
404 FAILURE. Patron or ILL request not found