Reset Total claim count

PUT /api/.../patrons/{id}/claims?action=resetcount

Reset the total claim count for a patron..

Request Information

Name Type Required Description
id Integer Yes ID of patron

Response Information

'true' on successful update.

HTTP Response Codes

Code Description
200 OK. Success
404 FAILURE. Patron not found
400 FAILURE. Patron has zero total claim count.
409 CONFLICT. Patron record is secured.