© 2025 Clarivate
GET /api/.../patrons/{id}?type=feessummary
Returns Patron Fees Summary. The calculation is done by : If chargeBalance - creditBalance > 0, return value else return 0.00 as feePayable.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the patron. |
| type | string | One of the following: 'feessummary' | Discriminator for request content type. |
{
"PatronID": 1,
"FeePayable": 2.00,
}
| Code | Description |
|---|---|
| 200 | OK. Success |