IEditSessionUpdateOrderComboItems Method |
Update existing order combo items. Order must contain new combo items.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxINewOrderComboStub UpdateOrderComboItems(
Guid id,
IReadOnlyDictionary<ComboGroupIdAndName, IOrderCookingItemStub> comboItems,
IOrderStub order
)
Parameters
- id
- Type: SystemGuid
Unique identifier of the existing combo. - comboItems
- Type: System.Collections.GenericIReadOnlyDictionaryComboGroupIdAndName, IOrderCookingItemStub
Combo items dictionary. Key - combo group identifier with its name, Value - item id (must be contained in order). - order
- Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to which combo will be added.
Return Value
Type:
INewOrderComboStub
See Also