Перейти до основного вмісту

Posted Warehouse Shipments API

Overview

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

API Details

  • Publisher: smart
  • API Group: wms
  • API Version: v2.0
  • Entity Name: postedWhseShipmentWH
  • Entity Set Name: postedWhseShipmentsWH
  • Source Table: SMA Posted Whse. Shipment WH
  • ODataKeyFields: Entry No.

Fields

The following fields are exposed in the API:

Field NameSource FieldRequiredDescription
EntryNoSMA Posted Whse. Shipment WH."Entry No."YesUnique identifier for the shipment entry.
NoSMA Posted Whse. Shipment WH."No."YesDocument number of the shipment.
PostingDateSMA Posted Whse. Shipment WH."Posting Date"NoDate the shipment was posted.
ShipmentDateSMA Posted Whse. Shipment WH."Shipment Date"NoDate the shipment was made.
ShipmentTimeSMA Posted Whse. Shipment WH."Shipment Time"NoTime the shipment was made.
SourceDocumentSMA Posted Whse. Shipment WH."Source Document"NoSource document associated with the shipment.
SourceNumberSMA Posted Whse. Shipment WH."Source Number"NoSource number associated with the shipment.
DeliveryRouteSheetSMA Posted Whse. Shipment WH."Delivery Route Sheet No."NoDelivery route sheet number.

Example Usage

Retrieve a Posted Warehouse Shipment

GET host/instance/api/smart/wms/v2.0/companies(companyId)/postedWhseShipmentsWH('EntryNo')

Example Response

{
"EntryNo": 1001,
"No": "SHIP001",
"PostingDate": "2023-10-01",
"ShipmentDate": "2023-10-01",
"ShipmentTime": "10:30:00",
"SourceDocument": "SALES ORDER",
"SourceNumber": "SO001",
"DeliveryRouteSheet": "DRS001"
}
© 2008 - 2026 SMART business