Get Linked Invoice Line Items

Get list of linked Invoice Line Items by Bibliographic Record ID

GET /api/.../bibliographicrecords/{id}/linkedinvlines

Returns a bibliographic record's linked invoice line items.

Request Information

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

Response Information

Example
application/json, text/json
[
  {
    "InvLineItemID": 123,
    "InvNumber": "INV123",
    "InvNumberSuf": "aaa",
    "ISBN_ISSN": "isbn",
    "PaymentStatusID": 2,
    "PaymentStatus": "status",
    "PaymentStatusDate": "2008-07-25",
    "Segs": 3,
    "Title": "title 1",
    "TitleNonFilingCount": 0
  },
   {
    "InvLineItemID": 124,
    "InvNumber": "INV124",
    "InvNumberSuf": "ggg",
    "ISBN_ISSN": "isbn",
    "PaymentStatusID": 2,    
    "PaymentStatus": "",
    "PaymentStatusDate": "2014-05-08",
    "Segs": 2,
    "Title": "title 2",
    "TitleNonFilingCount": 0
  }
]

HTTP Response Codes

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