© 2024 Clarivate
GET /api/.../patrons/{id}/fees
Retrieve payable fees
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the patron. |
pageRequest | DtoPageRequest | No | Page Request Object |
Name | Type | Required | Description |
---|---|---|---|
FilterBy | String | No | Filter the data |
Limit | Integer | No | Page Limit |
Offset | Integer | No | Page Offset |
OrderBy | String | No | Order the data |
PitID | Integer | No |
{
"PitID": 71,
"TotalCount": 56,
"Offset": 0,
"Fees": [
{
"TxnID": 3375022,
"TxnDate": "2008-04-21T13:53:42.13+02:00",
"FeeReasonCodeID": -1,
"TotalAmountBaseAmount": 20,
"TotalAmountAppliedTaxAmount": 0,
"TotalAmount": 20,
"AmountWaived": 0,
"AmountPayableBaseAmount": 20,
"AmountPayableAppliedTaxAmount": 0,
"AmountPayableAmount": 20,
"AmountPaid": 0,
"ItemBarcode": null,
"BibliographicRecordID": 349521,
"Title": null,
"NativeTitle": null,
"VolumeName": null
},
{
"TxnID": 3375269,
"TxnDate": "2008-04-21T13:53:42.13+02:00",
"FeeReasonCodeID": -1,
"TotalAmountBaseAmount": 20,
"TotalAmountAppliedTaxAmount": 0,
"TotalAmount": 20,
"AmountWaived": 0,
"AmountPayableBaseAmount": 20,
"AmountPayableAppliedTaxAmount": 0,
"AmountPayableAmount": 20,
"AmountPaid": 0,
"ItemBarcode": null,
"BibliographicRecordID": 200542,
"Title": null,
"NativeTitle": null,
"VolumeName": null
}
]
}
Code | Description |
---|---|
200 | OK. Success |