Return Local Hold Request

PUT /api/.../holds/{id}?action=locate&itemrecordid={itemrecordid}

Return a local hold request from the request manager. This method sets the status of the request back to "pending" if the request has been marked as "located" in error.

Request Information

Name Type Required Description
id Integer Yes ID of local hold request
action String Yes The value of action must be "return"
itemrecordid Integer Yes The iten record ID of the item being returned

Response Information

An HTTP return status code of 200 indicates success.

Example
application/json, text/json
1000

HTTP Response Codes

Code Description
200 true
400 FAILURE.