Patron Association Defaults

Default values for new association links

GET /api/.../patronassociationdefaults?orgid={id}

Return the default values for patron new association links.

Request Information

Parameters
Name Type Required Description
orgid Integer No Return default values for a specific organization it. If not supplied, the base URL's logged on organization ID will be used.

Response Information

Field descriptions

Field Description
BlockMe Boolean value.
AllowMe Boolean value.
Example
application/json, text/json
{
    "BlockMe":true,
    "AllowMe":false
}