Fund Linked Purchase Order Line Items

Get list of linked Purchase Order Line Items by Fund ID

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

Returns a fund's linked purchase order 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
[
  {
    "LIID": 123,
    "PONumber": "SAL123",
    "Suffix": "kkk",
    "ISBN": "isbn",
    "Title": "title 1",
    "StatusID": 2,
    "Status": "Closed",
    "StatusDate": "2008-07-25",
    "Segs": 3,
    "Alert": 0
  },
   {
    "LIID": 124,
    "PONumber": "SAL124",
    "Suffix": "ggg",
    "ISBN": "isbn",
    "Title": "title 2",
    "Status": "",
    "StatusID":Closed 2,
    "StatusDate": "2014-05-08",
    "Segs": 2,
    "Alert" 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)