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

Packed Place API

Overview

The WMS Packed Place API is a Business Central API page designed to manage packed place data. This API allows external systems to interact with packed place records, providing functionality for reading and updating packed place information.

API Details

  • Publisher: smart
  • API Group: wms
  • API Version: v2.0
  • Entity Name: packedPlace
  • Entity Set Name: packedPlaces
  • Source Table: SMA Packed Place
  • ODataKeyFields: Shipment No, Place Code

Fields

The following fields are exposed in the API:

Field NameSource FieldRequiredDescription
placeCodeSMA Packed Place."Place Code"YesUnique identifier for the packed place.
contractorNameDerived from SMA Delivery Routing Sheet."Contractor Name"NoName of the contractor.
routeCodeDerived from SMA Delivery Routing Sheet."Route Code"NoCode of the delivery route.
locationCodeSMA Packed Place."Location Code"NoCode of the location.
binCodeSMA Packed Place."SMA Bin Code"YesCode of the bin.
shipmentNoSMA Packed Place."Shipment No."YesShipment number associated with the packed place.
generalDeliveryCodeSMA Packed Place."General Delivery Code"NoGeneral delivery code.
packageSMA Packed Place.PackageNoPackage information.
placeNoSMA Packed Place."Place No."NoPlace number.
weightSMA Packed Place.WeightNoWeight of the packed place.
volumeSMA Packed Place.VolumeNoVolume of the packed place.
packUserIdSMA Packed Place."Pack User ID"NoUser ID of the person who packed the place.
packDateTimeSMA Packed Place."Pack DateTime"NoDate and time when the place was packed.
checkQuantitySMA Packed Place."Check Quantity"NoQuantity checked.
checkUserIdSMA Packed Place."Check User ID"NoUser ID of the person who checked the place.
checkDateTimeSMA Packed Place."Check DateTime"NoDate and time when the place was checked.
checkRegisterLinesSMA Packed Place."Check Register Lines"NoRegister lines checked.
itemNoSMA Packed Place."Item No."NoItem number associated with the packed place.
waybillCodeSMA Packed Place."Waybill Code"NoWaybill code for the packed place.
deliveryOrderDerived from SMA Delivery Routing Sheet."Delivery Order"NoDelivery order number.

Example Usage

Retrieve all Packed Places

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

Update a Packed Places

PATCH /host/instance/api/smart/wms/v2.0/companies(companyId)/packedPlaces('SHIP001','PLACE001')
Content-Type: application/json

{
"generalDeliveryCode": "DEL001",
"binCode": "BIN001"
}
© 2008 - 2026 SMART business