Click or drag to resize
OrderLinePutQuantity Method
Adds information about the quantity. Default quantity is 1.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public OrderLine PutQuantity(
	int units
)

Parameters

units
Type: SystemInt32
The number of units, a positive non-zero int.

Return Value

Type: OrderLine
The line itself.
See Also