© 2024 Clarivate
GET /api/.../purchaseorders/{id}/polineitems
Returns purchase order line items by id.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the purchase order. |
[
{
"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
}
]
Code | Description |
---|---|
200 | OK. Success |
400 |
FAILURE.
|