© 2024 Clarivate
PUT /api/.../holdqueues/{bibliographicRecordID}
Updates the order of requests within a given hold queue.
Name | Type | Required | Description |
---|---|---|---|
bibliographicRecordID | Integer | Yes | The unique id assigned to the bibliographic record. |
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. |
[843874, 843627, 843628, 843629, 843630, 843631, 843876, 843875, 843632]
An HTTP return status code of 200 indicates success.
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 |