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

Warehouse Shipment API

Overview

The WMS Warehouse Shipment WH API is a Business Central API page designed to manage warehouse shipment data. This API allows external systems to interact with warehouse shipment records, providing functionality for reading shipment information.

API Details

  • Publisher: smart
  • API Group: wms
  • API Version: v2.0
  • Entity Name: warehouseShipmentWH
  • Entity Set Name: warehouseShipmentsWH
  • Source Table: SMA Warehouse Shipment WH
  • ODataKeyFields: EntryNo

Fields

The following fields are exposed in the API:

Field NameSource FieldRequiredDescription
EntryNoSMA Warehouse Shipment WH."Entry No."YesUnique identifier for the shipment entry.
ShipmentDateSMA Warehouse Shipment WH."Shipment Date"NoDate of the shipment.
StatusSMA Warehouse Shipment WH.StatusNoStatus of the shipment.
SourceDocumentSMA Warehouse Shipment WH."Source Document"NoSource document related to the shipment.
SourceNoSMA Warehouse Shipment WH."Source No."NoSource number associated with the shipment.
ItemNoSMA Warehouse Shipment WH."Item No"NoItem number included in the shipment.
QtyCanceledSMA Warehouse Shipment WH."Qty Canceled"NoQuantity canceled for the shipment.
LotNoSMA Warehouse Shipment WH."Lot No."NoLot number associated with the shipment.

Example Usage

Retrieve a Warehouse Shipments

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

Example Response

{
"EntryNo": 1001,
"ShipmentDate": "2023-10-01",
"Status": "Released",
"SourceDocument": "Sales Order",
"SourceNo": "SO001",
"ItemNo": "ITEM001",
"QtyCanceled": 0,
"LotNo": "LOT001"
}
© 2008 - 2026 SMART business