© 2025 Clarivate
GET /api/.../polineitems/{id}/invoices
Returns purchase order line item's linked invoices by id.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the purchase order line item. |
[
{
"InvoiceID": 28,
"InvGrndTotBase": 992.15,
"InvNumber": "9756318GLE",
"InvNumberSuf": null,
"InvoiceType": "Regular",
"InvoiceStatus": "Paid",
"InvoiceStatusID": 5,
"InvStatusDate": "2005-07-18T09:42:12-04:00",
"NumberOfLines": 66,
"SupplierName": "BAKER & TAYLOR BOOKS - GLE"
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 |
FAILURE.
|
Permission IDs found here.
CR_AccessAcquisitions_Allow (),
CR_PurchaseOrders_Access (based on owner ID)