© 2025 Clarivate
GET /api/.../polineitems/{id}/items
Returns purchase order line item linked item records by id.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the purchase order line item. |
[
{
"ItemRecordID": 1,
"AssignedBranch": "Crandall Public Library (Glens Falls)",
"Barcode": "0000504494998",
"CallNumber": "LT Fict Pat Mstery",
"Collection": "Large Type (LT)",
"ControlNumber": 2225203,
"Designation": null,
"DueDate": "2021-12-01T00:00:00",
"LastCircTransactionDate": "2021-11-01T00:00:00",
"LoanUnits": null,
"MaterialType": "Book",
"RecordStatus": "Available",
"ShelfLocation": "Main Library",
"Status": "Checked Out",
"Title": "Sample Item Title",
"Volume": "Vol. 1"
},
{
"ItemRecordID": 2,
"AssignedBranch": "Crandall Public Library (Glens Falls)",
"Barcode": "0000504494999",
"CallNumber": "LT Fict Pat Mstery",
"Collection": "Large Type (LT)",
"ControlNumber": 2225204,
"Designation": null,
"DueDate": "2021-12-02T00:00:00",
"LastCircTransactionDate": "2021-11-02T00:00:00",
"LoanUnits": null,
"MaterialType": "Book",
"RecordStatus": "Available",
"ShelfLocation": "Main Library",
"Status": "Checked Out",
"Title": "Another Item Title",
"Volume": "Vol. 2"
}
]
Code | Description |
---|---|
200 | OK. Success |
400 |
FAILURE.
|
Permission IDs found here.
CR_AccessAcquisitions_Allow (), CR_PurchaseOrders_Access (based on owner ID)