IHostDocumentsAddLogisticInLineAsync Method

Add logistic to line, only for note types without storage movements asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task AddLogisticInLineAsync(
	long id,
	List<LineLogistic> logistic
)

Parameters

id  Int64
Line identifier.
logistic  ListLineLogistic
List<LineLogistic> with the logistic lines.

Return Value

Task
A task representing the asynchronous operation.

See Also