© 2024 Clarivate
GET /api/.../patrons/{id}/minimaldata
Return patron data typically used to check if patron's address check date or expiration date expired. This data includes patron's branch, address check date and expiration date.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the patron. |
{
"PatronID":1823,
"RegisteredBranchID":3,
"PatronAddrCheckDate":"2025-02-02T00:00:00-05:00",
"PatronExpirationDate":"2025-02-02T00:00:00-05:00"
}
Code | Description |
---|---|
200 | OK. Success |