IHostDocumentsGetProposeLogisticsProductAsync Method

Propose logistics for an product asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<LineLogistic>> GetProposeLogisticsProductAsync(
	string codeStore,
	string codeProduct,
	string physicalUnitCode,
	decimal quantity,
	DateTime? deliveryDateExpected = null
)

Parameters

codeStore  String
Store code.
codeProduct  String
Product code.
physicalUnitCode  String
Physical unit code.
quantity  Decimal
Quantity.
deliveryDateExpected  NullableDateTime  (Optional)
Delivery date expected.

Return Value

TaskListLineLogistic
List<LineLogistic> with the propose logistics product.

See Also