Purchase Order Line Item Linked Funds

Get Purchase Order Line Item's Linked Funds by ID

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

Returns purchase order line item's linked funds by id.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the purchase order line item.

Response Information

Example
application/json, text/json
[
  {
    "FundID": 38,
    "AlternativeName": "GLEACD",
    "AmountExpended": 11566.03,
    "AmountEncumbered": -40.09,
    "FundName": "Adult Audiobook on CD",
    "FreeBalance": 56.19,
    "FiscalYearName": "GLE FY 2005",
    "ObjectID": 20,
    "Organization": "GLE",
    "Status": "All activity closed",
    "TotalAllocated": 11582.13,
    "Type": "Regular"
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request
  • Invalid purchase order line item ID

Required Permissions

Permission IDs found here.

    CR_AccessAcquisitions_Allow (),
    CR_PurchaseOrders_Access (based on owner ID)