© 2025 Clarivate
PUT /api/.../patrons/{id}/claims?action=resetcount
Reset the total claim count for a patron..
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | ID of patron |
'true' on successful update.
| Code | Description |
|---|---|
| 200 | OK. Success |
| 404 | FAILURE. Patron not found |
| 400 | FAILURE. Patron has zero total claim count. |
| 409 | CONFLICT. Patron record is secured. |