Invoice Linked Bibliographic Records

Get Invoice Linked Bibliographic Records by ID

GET /api/.../invoice/{id}/bibs

Returns an invoice's linked bibliographic records by id.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the invoice.

Response Information

Example
application/json, text/json
[
  {
    "Author": "Campbell, Bebe Moore, 1950-2006.",
    "CallNumber": "Fict Cam",
    "ControlNumber": 619015,
    "FormatDescription": "Book",
    "Holds": "0",
    "LinkedItems": 20,
    "PubDate": "2005",
    "RecordStatusName": "Final",
    "Term": "02(72)99 HOUR HOLD A NOVEL",
    "Title": "72 hour hold : a novel"
  },
  {
    "Author": "Bagshawe, Tilly.",
    "CallNumber": "Fict Bag",
    "ControlNumber": 619461,
    "FormatDescription": "Book",
    "Holds": "0",
    "LinkedItems": 24,
    "PubDate": "2005",
    "RecordStatusName": "Final",
    "Term": "ADORED",
    "Title": "Adored"
  },
  {
    "Author": "Harrison, Mike (Mike S.), 1945-",
    "CallNumber": "Fict Har Mystery",
    "ControlNumber": 559493,
    "FormatDescription": "Book",
    "Holds": "0",
    "LinkedItems": 1,
    "PubDate": "2005",
    "RecordStatusName": "Final",
    "Term": "ALL SHOOK UP AN EDDIE DANCER MYSTERY",
    "Title": "All shook up : an Eddie Dancer mystery"
  },
  {
    "Author": "Brown, Dan, 1964-",
    "CallNumber": "Fict Bro",
    "ControlNumber": 622344,
    "FormatDescription": "Book",
    "Holds": "0",
    "LinkedItems": 11,
    "PubDate": "2005",
    "RecordStatusName": "Final",
    "Term": "ANGELS & DEMONS",
    "Title": "Angels & demons"
  },
  {
    "Author": "Gould, Judith.",
    "CallNumber": "Fict Gou",
    "ControlNumber": 524589,
    "FormatDescription": "Book",
    "Holds": "0",
    "LinkedItems": 8,
    "PubDate": "2003",
    "RecordStatusName": "Final",
    "Term": "BEST IS YET TO COME",
    "Title": "The best is yet to come"
  },
  {
    "Author": "Roberts, Nora.",
    "CallNumber": "Fict Rob",
    "ControlNumber": 619731,
    "FormatDescription": "Book",
    "Holds": "0",
    "LinkedItems": 69,
    "PubDate": "2005",
    "RecordStatusName": "Final",
    "Term": "BLACK ROSE",
    "Title": "Black rose"
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request
  • Invalid invoice ID

Required Permissions

Permission IDs found here.

    CR_AccessAcquisitions_Allow (),
    CR_Invoices_Access (based on owner ID)