...
It's proposed to add functionality (
) that would allow us to re-sync loans and fees/fines info on the mod-patronblocks side to make its data up-to-date. mod-patronblocks will call mod-circulation-storage and mod-feesfines API to retrieve required info and populate its own database. Considering that such a process can be quite time-consuming, it'll be performed offline in the background to avoid web server's HTTP request timeout. Jira Legacy server System JiraJIRA serverId 01505d01-b853-3c2e-90f1-ee9b165564fc key MODPATBLK-41
...
Code Block |
---|
POST /automated-patron-blocks/synchronization-/request |
Body:
Code Block |
---|
{ "scope": string } |
...
Code Block |
---|
GET /automated-patron-blocks/synchronization-/request/{sync-request-uuid} |
...
Code Block |
---|
POST /automated-patron-blocks/synchronization/run-synchronization |
Synchronization request's status is changed from "open" to "in-progress".
...