Перейти к основному содержимому

Warehouse Pick Line API

Overview

The WMS Warehouse Pick Line API is a Business Central API page designed to manage warehouse pick line data. This API allows external systems to interact with warehouse activity lines, providing functionality for reading and managing pick line information.

API Details

  • Publisher: smart
  • API Group: wms
  • API Version: v2.0
  • Entity Name: warehousePickLine
  • Entity Set Name: warehousePickLines
  • Source Table: Warehouse Activity Line
  • ODataKeyFields: SystemId

Fields

The following fields are exposed in the API:

Field NameSource FieldRequiredDescription
idWarehouse Activity Line.SystemIdYesUnique identifier for the warehouse pick line.
noWarehouse Activity Line.No.YesDocument number of the warehouse activity line.
lineNoWarehouse Activity Line.Line No.YesLine number of the warehouse activity.
sourceLineNoWarehouse Activity Line.Source Line No.NoSource line number related to the activity.
itemNoWarehouse Activity Line.Item No.YesItem number associated with the activity line.
locationCodeWarehouse Activity Line.Location CodeYesLocation code where the activity occurs.
variantCodeWarehouse Activity Line.Variant CodeNoVariant code of the item.
unitOfMeasureCodeWarehouse Activity Line.Unit of Measure CodeYesUnit of measure code for the item.
qtyPerUnitOfMeasureWarehouse Activity Line.Qty. per Unit of MeasureNoQuantity per unit of measure.
descriptionWarehouse Activity Line.DescriptionNoDescription of the item.
qtyOutstandingWarehouse Activity Line.Qty. OutstandingNoOutstanding quantity for the activity line.
qtyOutstandingBaseWarehouse Activity Line.Qty. Outstanding (Base)NoOutstanding quantity in base unit of measure.
serialNoWarehouse Activity Line.Serial No.NoSerial number of the item, if applicable.
lotNoWarehouse Activity Line.Lot No.NoLot number of the item, if applicable.
binCodeWarehouse Activity Line.Bin CodeNoBin code where the item is stored.
zoneCodeWarehouse Activity Line.Zone CodeNoZone code of the warehouse.
actionTypeWarehouse Activity Line.Action TypeYesType of action for the activity line.
binRankingWarehouse Activity Line.Bin RankingNoRanking of the bin for picking.
snSpecificTrackingDerived from Item Tracking SetupNoIndicates if serial number tracking is required.
lnSpecificTrackingDerived from Item Tracking SetupNoIndicates if lot number tracking is required.
binMandatoryDerived from Location SetupNoIndicates if bin is mandatory for picking.
sortingSequenceNoWarehouse Activity Line.Sorting Sequence No.NoSorting sequence number for the activity line.
useExpDatesDerived from Item Tracking CodeNoIndicates if expiration dates are used.
requireExpDateEntryDerived from Item Tracking CodeNoIndicates if expiration date entry is required.
destinationTypeWarehouse Activity Line.Destination TypeYesType of destination for the activity line.
destinationNoWarehouse Activity Line.Destination No.YesDestination number for the activity line.
destinationNameDerived from Customer/Location/VendorNoName of the destination.
sourceNoWarehouse Activity Line.Source No.NoSource document number for the activity line.
whseDocumentNoWarehouse Activity Line.Whse. Document No.NoWarehouse document number for the activity line.

Example Usage

Retrieve a Warehouse Pick Line

GET host/instance/api/smart/wms/v2.0/companies(companyId)/warehousePickLines?$filter=no eq 'PICK001'
© 2008 - 2026 SMART business