Click or drag to resize

KittingServicesUnpickItem Method

Rolls back any previous picking operations for a single 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 UnpickItem(
	Guid sessionId,
	Guid transportOrderItemId
)

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 that should be rolled back.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionThrown if the transportOrderItemId parameter does not correspond to valid TransportOrderItem.
See Also