© 2025 Clarivate
GET /api/.../patrons/{id}/accountbalances
Returns overall account information associated with the patron.
| Name | Type | Required | Description | 
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the patron. | 
{
    "ChargeBalance":210.0000,
    "CreditBalance":134.0000,
    "DepositBalance":47.0000,
    "AccountBalance":76.0000
}
| Code | Description | 
|---|---|
| 200 | OK. Success | 
| 400 | FAILURE. Invalid PatronID | 
| 404 | FAILURE. PatronID does not exist. |