Click or drag to resize

KittingServicesGetTransportOrder Method

Retrieves a single TransportOrder based on its Order Number (text-based unique identifier). Every child TransportOrderItem related to the TransportOrder is included.

Namespace:  FactoryLogix.xTend.Logistics
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public TransportOrder GetTransportOrder(
	Guid sessionId,
	string transportOrderNumber
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
transportOrderNumber
Type: SystemString
A text-based unique identifier of a transport order.

Return Value

Type: TransportOrder
A TransportOrder object representing the transport order matching the specified Order Number, or null if the transport order was not found.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
See Also