© 2024 Clarivate
GET /api/.../itemrecords/{id}?isBarcode=false&view=linkeddata
Return information for the item record's linked Purchase Order line items and Invoice line items
Name | Type | Required | Description |
---|---|---|---|
id | String | Yes | The unique item record ID or barcode assigned to the item record. Set isBarcode accordingly. |
isBarcode | Boolean | False | The id is barcode |
view | string | Yes | Define this parameter in the request query string to get the linked Purchase Order line items or Invoice line items of the item. Possible Values: linkeddata |
Name | Type | Required | Description |
---|---|---|---|
InvoiceLineItemID | Integer | No | Invoice Line Item ID linked to this item record. |
PurchaseOrderLineItemID | Integer | No | Purchase Order Line Item ID linked to this item record. |
{
"InvoiceLineItemID": 4321,
"PurchaseOrderLineItemID": 1234
}
Code | Description |
---|---|
200 | OK. Success |
404 | Record not found. Error |