Hold Queues

Update Hold Queue

PUT /api/.../holdqueues/{bibliographicRecordID}

Updates the order of requests within a given hold queue.

Request Information

Parameters
Name Type Required Description
bibliographicRecordID Integer Yes The unique id assigned to the bibliographic record.
Request Body

A JSON array of hold request identifiers represented as numbers. The array should be ordered from highest precedence to lowest precedence (i.e. element zero contains the hold request identifier that should be satisfied first).

Property Type Nullable Description
SysHoldRequestID Integer No Hold request identifier.
Example
application/json, text/json
[843874, 843627, 843628, 843629, 843630, 843631, 843876, 843875, 843632]

Response Information

An HTTP return status code of 200 indicates success.

HTTP Response Codes

Code Description
200 OK. Success
400 Bad request
403 (Forbidden) Permission(s) not granted. Modify hold queues: Allow
404 (Not Found) Invalid bibliographic record ID