Submit Collection API is a REST service where users can provide MARC content in either SCSB XML or MARC XML formats and update the underlying record in SCSB. Sample XML content data can be found below.
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
[
{
"itemBarcode": "4324234234234324",
"message": "ExceptionRecord" // Exception record
}
] |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
[ { "itemBarcode": "4324234234234324", "message": "Exception record - Item not updated, it is a deaccessioned item" // When a deaccessioned item is being updated through the Submit Collection API. } ] |
Bulk Upload
Information on bulk upload of files for submit collection is available here.
Constraints on what can be edited
Except Availability status and Customer Code everything else can be updated through the Submit Collection API. However, when the item is out (Not available in ReCAP), the Collection Group Designation (CGD) and Use Restriction cannot be updated. There is a limit on the number of records that can be edited through the API in a single call. It is currently set at 100 and is configured in the external properties file under external.submit.collection.input.limit. Items that have been deaccessioned cannot be edited through Submit Collection.