Item Linked Data

Item Linked Data for Purchase Order and Invoice line items

GET /api/.../itemrecords/{id}?isBarcode=false&view=linkeddata

Return information for the item record's linked Purchase Order line items and Invoice line items

Request Information

Parameters
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
DtoItemRecordLinkedData
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.

Response Information

Example
application/json, text/json
{
  "InvoiceLineItemID": 4321,
  "PurchaseOrderLineItemID": 1234
}

HTTP Response Codes

Code Description
200 OK. Success
404 Record not found. Error