Collection agency fee transaction history

List of collection agency fee transaction Details

GET /api/.../patrons/{id}/collectionagency/transactionhistory/{historyID}

Return list of transaction history details for a specific collection agency item.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the patron.
historyID Integer Yes The unique id assigned to the collection item.

Response Information

Example
application/json, text/json
[
  {
    [{"ItemRecordID":0,
    "TxnID":3740191,
    "TxnCodeID":6,
    "TxnDate":"2014-01-29T14:14:42.15",
    "Organization":"Amsterdam Free Library",
    "FeeDescription":"Collection Agency",
    "BrowseTitle":null,
    "Barcode":null,
    "Amount":5.0000,
    "TxnCodeDescription":"Waive",
    "TxnAmount":5.0000}]
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request
  • Invalid History ID
  • Invalid Patron ID
404 FAILURE.
  • History ID not found
  • Patron ID not found
  • History ID does not belong to the Patron

Permissions needed to perform this action:

AccessPatronServices_Allow
PatronStatus_Access
PatronStatus_AccessPatronAccount