© 2024 Clarivate
GET /api/.../polineitems/{id}/funds
Returns purchase order line item's linked funds by id.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the purchase order line item. |
[
{
"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"
}
]
Code | Description |
---|---|
200 | OK. Success |
400 |
FAILURE.
|
Permission IDs found here.
CR_AccessAcquisitions_Allow (), CR_PurchaseOrders_Access (based on owner ID)