Locate Local Hold Request

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.

Request Information

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

Response Information

An HTTP return status code of 200 indicates success.

Example
application/json, text/json
1000

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.