© 2024 Clarivate
GET /api/.../bibliographicrecords/{id}/newiteminfo?shelvingSchemeID={shelvingSchemeID}
Get information required to create a new item record.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | Bibliographic Record ID |
shelvingSchemeID | Integer | No |
Shelving Scheme ID
|
{
"BibliographicRecordID": 6703,
"ShelvingScheme": 2,
"Price": "$13.99",
"Prefix": "",
"Classification": "PZ7.L7795",
"Cutter": "Fr",
"Suffix": "",
"Volume": "",
"Copy": ""
}
Code | Description |
---|---|
200 | OK. Success |
404 | id is invalid |