...
Code Block | ||
---|---|---|
| ||
{ "automatedPatronBlocks": [ { "blockBorrowing": true, "blockRenewal": false, "blockRequest": false, "message": "Patron has reached maximum allowed number of items charged out" }, { "blockBorrowing": false, "blockRenewal": false, "blockRequest": true, "message": "Patron has reached maximum allowed outstanding fee/fine balance for his/her patron group" } ] } |
Dependencies
Module | Endpoint | Purpose |
---|---|---|
mod-automated-blocks → mod-users | GET /patron-block-condition | Get conditions and limits to be checked. |
mod-circulation → mod-automated-blocks | GET /automated-patron-blocks/{patronId} | Check if action is allowed before borrowing, renewing and/or requesting items. |