© 2024 Clarivate
GET /api/.../patrons/{id}?type=flags
Returns Patron Flags.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the patron. |
type | string | One of the following: 'flags' | Discriminator for request content type. |
{
"ExtendedLoanPeriods": true,
"IncreasedCheckOutLimits": false,
}
Code | Description |
---|---|
200 | OK. Success |