Purchase Order Linked Funds

Get Purchase Order Linked Funds by ID

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

Returns purchase order linked funds by id.

Request Information

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

Response Information

Example
application/json, text/json
[
 {
    "FundID": 30,
    "AlternativeName": "GLEFICT",
    "AmountExpended": 30532.38,
    "AmountEncumbered": 0,
    "FundName": "Adult Fiction",
    "FreeBalance": 0,
    "FiscalYearName": "GLE FY 2005",
    "ObjectID": 250,
    "Organization": "GLE",
    "Status": "All activity closed",
    "TotalAllocated": 30532.38,
    "Type": "Regular"
  },
  {
    "FundID": 31,
    "AlternativeName": "GLENF",
    "AmountExpended": 18925.47,
    "AmountEncumbered": -4.31,
    "FundName": "Adult Nonfiction",
    "FreeBalance": 0,
    "FiscalYearName": "GLE FY 2005",
    "ObjectID": 250,
    "Organization": "GLE",
    "Status": "All activity closed",
    "TotalAllocated": 18921.16,
    "Type": "Regular"
  },
  {
    "FundID": 32,
    "AlternativeName": "GLELT",
    "AmountExpended": 2143.19,
    "AmountEncumbered": 0,
    "FundName": "Adult Large Print",
    "FreeBalance": 0,
    "FiscalYearName": "GLE FY 2005",
    "ObjectID": 250,
    "Organization": "GLE",
    "Status": "All activity closed",
    "TotalAllocated": 2143.19,
    "Type": "Regular"
  },
  {
    "FundID": 38,
    "AlternativeName": "GLEACD",
    "AmountExpended": 11566.03,
    "AmountEncumbered": -40.09,
    "FundName": "Adult Audiobook on CD",
    "FreeBalance": 56.19,
    "FiscalYearName": "GLE FY 2005",
    "ObjectID": 250,
    "Organization": "GLE",
    "Status": "All activity closed",
    "TotalAllocated": 11582.13,
    "Type": "Regular"
  },
  {
    "FundID": 220,
    "AlternativeName": "GLEA",
    "AmountExpended": 0,
    "AmountEncumbered": 0,
    "FundName": "Adult",
    "FreeBalance": 0,
    "FiscalYearName": "GLE FY 2006",
    "ObjectID": 250,
    "Organization": "GLE",
    "Status": "All activity closed",
    "TotalAllocated": 0,
    "Type": "Regular"
  },
  {
    "FundID": 225,
    "AlternativeName": "GLEFICT",
    "AmountExpended": 56300.27,
    "AmountEncumbered": 0,
    "FundName": "Adult Fiction",
    "FreeBalance": 0,
    "FiscalYearName": "GLE FY 2006",
    "ObjectID": 250,
    "Organization": "GLE",
    "Status": "All activity closed",
    "TotalAllocated": 56300.27,
    "Type": "Regular"
  }
]

HTTP Response Codes

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

Required Permissions

Permission IDs found here.

    CR_AccessAcquisitions_Allow (),
    CR_PurchaseOrders_Access (based on owner ID)