Fund Linked Invoice Line Items

Get list of linked Invoice Line Items by Fund ID

GET /api/.../funds/{id}/invlineitems

Returns a fund's linked invoice line items.

Request Information

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

Response Information

Example
application/json, text/json
[
  {
    "InvLineItemID": 123,
    "InvNumber": "INV123",
    "InvNumberSuf": "kkk",
    "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 fund ID

Required Permissions

Permission IDs found here.

    CR_AccessAcquisitions_Allow (),
    CR_Funds_Access (based on owner ID)