IEditSessionAddSecondaryComponent Method (Guid, IProduct, IOrderStub, IOrderCompoundItemStub, NullableDecimal) |
Adds a secondary component to the compound item.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax INewOrderCompoundItemComponentStub AddSecondaryComponent(
Guid id,
IProduct product,
IOrderStub order,
IOrderCompoundItemStub compoundItem,
decimal? predefinedPrice = null
)
Parameters
- id
- Type: SystemGuid
Unique identifier of the new order item modifier. MUST be unique not only for the order item or order, but for the whole system. Therefore it must be taken from some synchronization operation or generated with Guid.NewGuid() - product
- Type: Resto.Front.Api.Data.AssortmentIProduct
Assortment position. Must exist in iikoFront assortment. - order
- Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to which position will be added. - compoundItem
- Type: Resto.Front.Api.Editors.StubsIOrderCompoundItemStub
Compound item to which new component will be added. - predefinedPrice (Optional)
- Type: SystemNullableDecimal
Predefined fixed price of the component, allows to use external quotation instead of default price list. null means default price.
Return Value
Type:
INewOrderCompoundItemComponentStubSee Also