Click or drag to resize

IEditSession.AddSecondaryComponent Method (IProduct, IOrderStub, IOrderCompoundItemStub, Nullable<Decimal>)

Adds a secondary component to the compound item.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
INewOrderCompoundItemComponentStub AddSecondaryComponent(
	IProduct product,
	IOrderStub order,
	IOrderCompoundItemStub compoundItem,
	decimal? predefinedPrice = null
)

Parameters

product
Type: Resto.Front.Api.Data.Assortment.IProduct
Assortment position. Must exist in iikoFront assortment.
order
Type: Resto.Front.Api.Editors.Stubs.IOrderStub
Order to which position will be added.
compoundItem
Type: Resto.Front.Api.Editors.Stubs.IOrderCompoundItemStub
Compound item to which new component will be added.
predefinedPrice (Optional)
Type: System.Nullable<Decimal>
Predefined fixed price of the component, allows to use external quotation instead of default price list. null means default price.

Return Value

Type: INewOrderCompoundItemComponentStub
See Also