© 2024 Clarivate
PUT /api/.../holds/{id}?action=locate&itemrecordid={itemrecordid}
Locate a local hold request from the request manager. This method sets the status of the request to "located" (pulled). This indicates that the requested item has been pulled from the shelf and is on its its way to the circulation desk.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | ID of local hold request |
action | String | Yes | The value of action must be "locate" |
itemrecordid | Integer | Yes | The iten record ID of the item being pulled |
An HTTP return status code of 200 indicates success.
1000
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE. |