© 2025 Clarivate
PUT /api/.../holds/{id}?action=unclaimdate
Reset the hold request unclaim 'hold until date' to a date not in the past. This can only be done on hold requests that are of status HELD.
CR_HoldRequests_Modify - 90: logged in branch
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | ID of local hold request |
{
HoldTillDate: "11/30/2014"
}
An HTTP return status code of 200 indicates success.
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 | FAILURE because no date was specified or date is in the past, or status of hold request is not HELD. | 403 | Permission exception. | 404 | FAILURE because hold request record was not found. |
| 409 | CONFLICT. Patron record is secured. |