© 2024 Clarivate
GET /api/.../patrons/{id}?type=transactionssummary
Returns Patron Transactions Summary.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the patron. |
type | string | One of the following: 'transactionssummary' | Discriminator for request content type. |
{
"PatronIrn": 1,
"CheckoutsCount": 2,
"CheckoutsCurrent": 1,
"CheckoutsOverdue": 1,
"FeePayableItems": 1,
"ReservationsCount": 2,
"ReservationsUnavailable": 1,
"ReservationsAvailable": 1
}
Code | Description |
---|---|
200 | OK. Success |