Update Unclaim Date for local hold request

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.

Permissions

    CR_HoldRequests_Modify - 90: logged in branch

Request Information

Name Type Required Description
id Integer Yes ID of local hold request

Body of Request

Include the date to set the 'hold until date' field in the BODY of the request.

application/json, text/json
{
    HoldTillDate: "11/30/2014"
}

Response Information

An HTTP return status code of 200 indicates success.

HTTP Response Codes

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.