WHSContainerTable::closeContainer Method
Performs the close container process.
Syntax
server public static void closeContainer(
WHSShipmentId _shipmentId,
WHSContainerId _containerId,
Weight _weight,
WHSWeightUOM _weightUOM,
WMSLocationId _putLocation,
WHSCloseContainerProfileId _closeContainerProfileId)
Run On
Server
Parameters
- _shipmentId
Type: WHSShipmentId Extended Data Type
The shipment of the container being closed.
- _containerId
Type: WHSContainerId Extended Data Type
The container Id of the container being closed.
- _weight
Type: Weight Extended Data Type
The captured weight of the container being closed.
- _weightUOM
Type: WHSWeightUOM Extended Data Type
The unit of measure the weight is stored in.
- _putLocation
Type: WMSLocationId Extended Data Type
The location the container is being moved to.
- _closeContainerProfileId
Type: WHSCloseContainerProfileId Extended Data Type
The close container profile used when closing the container.