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

Warehouse Pick Header API

Overview

The WMS Warehouse Pick Header API is a Business Central API page designed to manage warehouse pick header data. This API allows external systems to interact with warehouse pick headers, providing functionality for retrieving and managing pick header information.

API Details

  • Publisher: smart
  • API Group: wms
  • API Version: v2.0
  • Entity Name: dmWarehousePickHeader
  • Entity Set Name: dmWarehousePickHeaders
  • Source Table: Warehouse Activity Header
  • ODataKeyFields: SystemId

Fields

The following fields are exposed in the API:

Field NameSource FieldRequiredDescription
idWarehouse Activity Header.SystemIdNoUnique identifier for the pick header.
noWarehouse Activity Header."No."YesDocument number of the pick header.
typeWarehouse Activity Header.TypeYesType of the warehouse activity.
subTypeWarehouse Activity Header.Type.AsInteger()NoSubtype of the warehouse activity.
locationCodeWarehouse Activity Header."Location Code"YesLocation code for the pick header.
assignedUserIdWarehouse Activity Header."Assigned User ID"NoUser assigned to the pick header.
warehouseReceiptCodeDerived from WhseDocNoNoWarehouse receipt code.
purchaseHeaderCodeDerived from SourceNoNoPurchase header code.
zoneCode2Warehouse Activity Header."SMA Zone Code 2"NoSecondary zone code.
prodOrderSourceNoDerived from ProdOrderSourceNoNoProduction order source number.
prodOrderNoDerived from ProdOrderNoNoProduction order number.
shipmentDateDerived from ShipmentDateNoShipment date for the pick header.
pickingTareIdWarehouse Activity Header."SMA Warehouse Tare ID"NoPicking tare identifier.
revisionZoneWarehouse Activity Header."SMA Revision Zone"NoRevision zone for the pick header.
customerNoDerived from CustomerNoNoCustomer number associated with the pick header.
customerNameDerived from CustomerNameNoCustomer name associated with the pick header.
originalPickNoDerived from OriginalPickNoNoOriginal pick number.
salesOrderNoDerived from SalesOrderNoNoSales order number associated with the pick header.
priorityWarehouse Activity Header."SMA Priority"NoPriority of the pick header.
pickingMethodWarehouse Activity Header."SMA Picking Method"NoPicking method used.

Notes

  • The warehousePickLines part provides access to related warehouse pick lines.

Example Usage

Retrieve a Warehouse Pick Headers

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

Update a Warehouse Pick Header

PATCH host/instance/api/smart/wms/v2.0/companies(companyId)/dmWarehousePickHeaders('id')
Content-Type: application/json

{
"assignedUserId": "USER001",
"priority": "High"
}
© 2008 - 2026 SMART business