Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

POST/innreach/v2/contribution/items/<bibId>

URL parameters

PropertyDescriptionFOLIO MAPPING
bibIdID of the bibliographic record. Lowercase alpha-numeric string, maximum 32 characters.Instance.hrid

Request parameters

PropertyTypeRequiredDescription
itemInfo[ ]Yeslist of itemInfo (maximum count 100)

...

POST/innreach/v2/contribution/bib/<bibId>

URL parameters

PropertyDescriptionFOLIO MAPPING
bibIdID of the bibliographic record. Lowercase alpha-numeric string, maximum 32 characters.Instance.hrid

Request parameters

PropertyTypeRequiredDescriptionFOLIO MAPPING
marc21BibFormatStringyesCurrently supports "ISO2709""ISO2709"
marc21BibDataStringYes

Base 64 encoded MARC data (maximum 99999 bytes before base 64 encoding).

  • Only standard MARC fields accepted
  • Must include 008 and 245 fields
  • Omit 9XX fields
  • Strip data with local meaning only or that you do not want to expose
encoded b64 MARC record from mod-source-record-storage
titleHoldCountIntegerYesNumber of title level holds0 (title level holds not currently supported in FOLIO)
itemCountIntegerYes

Number of items linked to this bib

(max 99, count of items associated with the FOLIO instance record that are contributed, initial value should be 0)

suppressStringNo

ASCII y, n, or g; "g" means display the resource in the discovery layer as having been provided by the consortium, not by the individual site.

Default: n

  • n (no, default)
    • Record is not excluded from contribution by criteria defined in MODINREACH-42
  • y (yes)
    • Record has a statistical code specified in criteria defined in MODINREACH-42 that indicates it should be contributed but suppressed from central discovery
  • g (display as owned by system, not by site)
    • Record has a statistical code specified in criteria defined in MODINREACH-42 that indicates it should be contributed as consortia-owned

...

GET/innreach/v2/local/<localCode>/bib/<bibId>


URL parameters

PropertyDescriptionFOLIO MAPPING
localCodeUnique code that represents the local server.CentralServer.localServerCode
bibIdThe ID of the bibliographic record.Instance.hrid

Response content

PropertyTypeRequired
statusStringYes
reasonStringYes
errors[ ]Yes

...