IEditSessionUpdateOrderComboItems Method |
Update existing order combo items. Order must contain new combo items.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxINewOrderComboStub UpdateOrderComboItems(
Guid id,
IReadOnlyDictionary<Guid, IOrderCookingItemStub> comboItems,
IOrderStub order
)
Parameters
- id Guid
- Unique identifier of the existing combo.
- comboItems IReadOnlyDictionaryGuid, IOrderCookingItemStub
- Combo items dictionary. Key - combo group identifier, Value - item id (must be contained in order).
- order IOrderStub
- Order to which combo will be added.
Return Value
INewOrderComboStub
See Also