© 2025 Clarivate
GET /api/.../patrons/{id}/accounttransactions/{txnID}/history
Returns list of transaction history details.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the patron. |
| txnID | Integer | Yes | The unique id assigned to the transaction. |
[
{
"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
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 | FAILURE.
|
| 404 | FAILURE.
|
AccessPatronServices_Allow
PatronStatus_Access
PatronStatus_AccessPatronAccount
PatronStatus_AccessPatronAccountTransactionSummary