© 2024 Clarivate
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.
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 |
An HTTP return status code of 200 indicates success.
1000
Code | Description |
---|---|
200 | true |
400 | FAILURE. |