Patron Flags

Patron Flags

GET /api/.../patrons/{id}?type=flags

Returns Patron Flags.

Request Information

Parameters
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.

Response Information

Example
application/json, text/json
        {
            "ExtendedLoanPeriods": true,
            "IncreasedCheckOutLimits": false,
        }
    

HTTP Response Codes

Code Description
200 OK. Success