© 2024 Clarivate
POST /api/.../orsmanager/patrons/picklist?type=held
Returns held items list using list of patronids.
Permission IDs found here.
Name |
---|
OutreachServicesManager_Access |
Property | Type | Nullable | Description |
---|---|---|---|
patronRecordIDs | List of integer | No | Required. List of Patron record IDs. Unique identifier for each patron to update. This value is included in the response data as ORSPatronID. |
[356950,12]
[
{
"ItemRecordID": 53817,
"Barcode": "0000200176253",
"BrowseAuthor": "Peet, Bill.",
"BrowseTitle": "The wump world",
"CallNumber": "JP FICT PEE",
"ItemStatusID": 1,
"RecordStatusID": 1,
"AssignedBranchID": 90,
"AssignedCollectionID": 34,
"MaterialTypeID": 1,
"AssociatedBibRecordID": 8638,
"ShelfLocationID": null,
"PatronID": null,
"ShelfLocation": null,
"SysHoldRequestID": 0,
"HoldingPatronBarcode": null,
"HoldingPatronPickupBranchID": 0,
"BrowseTitleNonFilingCount": 4,
"IsElectronicItem": false,
"VolumeNumber": null,
"LastCircTransactionDate": "2004-08-17T00:00:00-04:00",
"ORSPatronID": 123
},
{
"ItemRecordID": 9346373,
"Barcode": null,
"BrowseAuthor": "Caine, Lynn.",
"BrowseTitle": "Lifelines",
"CallNumber": "396 Cai",
"ItemStatusID": 13,
"RecordStatusID": 1,
"AssignedBranchID": 103,
"AssignedCollectionID": 11,
"MaterialTypeID": 5,
"AssociatedBibRecordID": 3,
"ShelfLocationID": null,
"PatronID": null,
"ShelfLocation": null,
"SysHoldRequestID": 0,
"HoldingPatronBarcode": null,
"HoldingPatronPickupBranchID": 0,
"BrowseTitleNonFilingCount": 0,
"IsElectronicItem": false,
"VolumeNumber": null,
"LastCircTransactionDate": "2019-10-17T00:00:00-04:00",
"ORSPatronID": 234
}
]
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE due to invalid input or data validation. |
403 | FAILURE. User or workstation is not privileged. |