Click or drag to resize

KittingServicesCheckOutTransportOrder Method

Performs a checkout on the selected TransportOrder./>

Namespace:  FactoryLogix.xTend.Logistics
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public CheckoutResult CheckOutTransportOrder(
	Guid sessionId,
	Guid transportOrderId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
transportOrderId
Type: SystemGuid
The unique identifier of a transport order.

Return Value

Type: CheckoutResult
A CheckoutResult object indicating the success or failure of the checkout.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
See Also