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