Transaction History detail

Transaction history detail

GET /api/.../patrons/{id}/accounttransactions/{txnID}/history

Returns list of transaction history details.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the patron.
txnID Integer Yes The unique id assigned to the transaction.

Response Information

Example
application/json, text/json
[
    {
    "TxnID":3673787,
    "TxnDate":"2014-01-20T11:20:07",
    "TxnCodeDesc":"Charge",
    "TxnAmount":0.2000,
    "PaymentMethodDesc":"",
    "FreeTextNote":"",
    "PolarisUserName":"egraham",
    "DueDate":"2014-01-16T23:59:00",
    "Reason":null,
    "Title":null,
    "Barcode":null
    }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request
  • Invalid Txn ID
404 FAILURE.
  • Txn ID not found

Permissions needed to perform this action:

AccessPatronServices_Allow
PatronStatus_Access
PatronStatus_AccessPatronAccount
PatronStatus_AccessPatronAccountTransactionSummary