Click or drag to resize

KittingServicesPickItem Method

Executes the picking operation for single TransportOrderItem, specifying the Item that was picked. The UID of the Item must match the reserved item associated with TransportOrderItem.

Namespace:  FactoryLogix.xTend.Logistics
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void PickItem(
	Guid sessionId,
	Guid transportOrderItemId,
	string UID
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
transportOrderItemId
Type: SystemGuid
The Id of the TransportOrderItem with which this picking operation is associated.
UID
Type: SystemString
The UID property of the Item being picked.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ItemExceptionThrown if UID parameter is invalid.
NotFoundExceptionThrown if the transportOrderItemId parameter does not correspond to valid TransportOrderItem.
See Also