diff --git a/docs/local.md b/docs/local.md index 7e92769..88c6739 100644 --- a/docs/local.md +++ b/docs/local.md @@ -1,6 +1,7 @@ # Search and Manage Local Data New functionality available in Version 1.0 of Bookops-Worldcat allows users to search and manage local bibliographic and holdings data via the Metadata API. +Users can also manage local bibliographic and holdings data when managing institution holdings. When unsetting holdings on a record in OCLC, users can remove associated LBDs and/or LHRs. See[Manage Institution Holdings > Set and Unset Holdings](manage_holdings.md#set-and-unset-holdings) for more information. ### Manage Local Bib Records Users can manage local bib records in WorldCat in the same way that they manage WorldCat records (see [Managing Bibliographic Records](manage_bibs.md) for more information). Records can be retrieved in MARCXML or MARC21 formats. The default format for records is MARCXML. diff --git a/docs/manage_holdings.md b/docs/manage_holdings.md index a0d48f5..84b1cec 100644 --- a/docs/manage_holdings.md +++ b/docs/manage_holdings.md @@ -60,6 +60,8 @@ Version 2.0 of the Metadata API provides new functionality to set and unset hold Bookops-Worldcat supports this functionality with the `holdings_set_with_bib` and `holdings_unset_with_bib` methods which can be passed a MARC record in the body of the request in the same way that one would pass a record to a method that uses any of the `/manage/bibs/` endpoints. +Beginning in September 2024 users are able to remove associated Local Bibliographic Data and/or Local Holdings Records when unsetting holdings on a record in OCLC. This functionality is supported by both the `/worldcat/manage/institution/holdings/unset` and `/worldcat/manage/institution/holdings/{oclcNumber}/unset` endpoints using the `cascadeDelete` arg. If `cascadeDelete` is `True`, local records will be removed from WorldCat when unsetting a holding. If `False`, the associated local records will remain in WorldCat. The default value within `bookops-worldcat` and the Metadata API is `True` + === "holdings_set" ```python title="holdings_set Request"