Patron Merge Blocks

Patrons can be blocked for being merged into another patron. Any blocking conditions would prevent the secondary patron from being merged into the primary patron.

Return Blocking Conditions

GET /api/.../patrons/{id}/mergeblocks

Retrieve the list of existing blocking conditions that prevents a secondary patron being merged with a primary patron.

Permissions

none

Request Information

Name Type Required Description
id Integer Yes The unique id assigned to the secondary patron.

Response Information

List of patron merge blocks

Example
application/json, text/json
[
  "Patron record cannot be deleted.",
  "Patron has ILL requests",
  "Patron has held items"
]

HTTP Response Codes

Code Description
200 OK. Success
404 FAILURE. Invalid patron ID specified.