Transaction record detail

Fines and Fees Transaction record detail

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

Returns fines/fees transaction record 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
{
    "PolarisUserName":"PolarisExec",
    "TxnDate":"1988-11-26T00:00:00",
    "PatronBarcode":"1000400231006",
    "TxnCodeDescription":"Charge",
    "TxnAmount":3.4800,
    "PaymentMethod":null,
    "FreeTextNote":"",
    "TxnBranch":"Schenectady County Public Library - Central",
    "CheckOutDate":null,
    "DueDate":"1988-10-24T23:59:00",
    "BrowseAuthor":"Ross, Diana, 1944-",
    "BrowseTitle":"Touch me in the morning. [sound recording]",
    "MaterialType":"Music",
    "CheckOutBranch":null,
    "AssignedBranch":"Schenectady County Public Library - Central",
    "ItemRecordID":342742,
    "ItemBarcode":"0000401568589",
    "AmountNote": null,
    "TxnCodeID": 1,
    "BaseAmount": 1,
    "TaxAmount": 0
 }

HTTP Response Codes

Code Description
200 OK. Success

Permissions needed to perform this action:

AccessPatronServices_Allow
PatronStatus_Access
PatronStatus_AccessPatronAccount
PatronStatus_AccessPatronAccountTransactionSummary