Purchase Order Line Items

Get Purchase Order Line Items by ID

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

Returns purchase order line items 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
[
    {
        "POLineItemID": 76882,
        "PurchaseOrderID": 2413,
        "LineNumber": 1,
        "NormalIsbnIssn": "0765680653 :",
        "Amount": 499.99,
        "Alert": false,
        "QtyOrd": 1,
        "QtyRec": 1,
        "QtyInv": 1,
        "Title": "Colonial America : an encyclopedia of social, political, cultural, and economic history",
        "Author": null,
        "BibRecID": 678418,
        "Status": "Received",
        "StatusID": 13,
        "FundName": "CBA",
        "IsClosable": 1
    }
]

HTTP Response Codes

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