Skip to main content

Item Tracking Line API

Overview

The WMS Item Tracking Lines API is a Business Central API page designed to manage item tracking line data. This API allows external systems to interact with reservation entries, providing functionality for reading item tracking information.

API Details

  • Publisher: smart
  • API Group: wms
  • API Version: v2.0
  • Entity Name: itemTrackingLine
  • Entity Set Name: itemTrackingLines
  • Source Table: Reservation Entry
  • ODataKeyFields: Entry No.

Fields

The following fields are exposed in the API:

Field NameSource FieldRequiredDescription
EntryNoReservation Entry."Entry No."YesUnique identifier for the reservation entry.
ItemNoReservation Entry."Item No."YesItem number associated with the entry.
LotNoReservation Entry."Lot No."NoLot number of the item.
SerialNoReservation Entry."Serial No."NoSerial number of the item.
LocationCodeReservation Entry."Location Code"NoLocation code where the item is stored.
QuantityReservation Entry."Quantity (Base)"YesQuantity of the item in base units.
ExpirationDateReservation Entry."Expiration Date"NoExpiration date of the item.
ReservationStatusReservation Entry."Reservation Status"NoStatus of the reservation.

Notes

  • This API is read-only. Modifications to item tracking lines are not allowed through this API.

Example Usage

Retrieve Item Tracking Lines

GET host/instance/api/smart/wms/v2.0/companies(companyId)/itemTrackingLines

Retrieve a Specific Item Tracking Line

GET host/instance/api/smart/wms/v2.0/companies(companyId)/itemTrackingLines('EntryNo')
© 2008 - 2026 SMART business