IEditSessionAddOrderCombo Method |
Create order combo item. Order must contain new combo items.
Namespace:
Resto.Front.Api.V5.Editors
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax INewOrderComboStub AddOrderCombo(
Guid id,
string name,
int amount,
decimal price,
Guid sourceActionId,
IReadOnlyDictionary<Guid, IOrderCookingItemStub> comboItems,
IOrderStub order,
IOrderGuestItemStub guest
)
Parameters
- id
- Type: SystemGuid
Unique identifier of the new combo. - name
- Type: SystemString
Name of combo. - amount
- Type: SystemInt32
Amount of combo. - price
- Type: SystemDecimal
Price of combo. - sourceActionId
- Type: SystemGuid
Unique identifier of source combo (template identifier). - comboItems
- Type: System.Collections.GenericIReadOnlyDictionaryGuid, IOrderCookingItemStub
Combo items dictionary. Key - combo group identifier, Value - item id (must be contained in order). - order
- Type: Resto.Front.Api.V5.Editors.StubsIOrderStub
Order to which combo will be added. - guest
- Type: Resto.Front.Api.V5.Editors.StubsIOrderGuestItemStub
Guest to which combo will be added.
Return Value
Type:
INewOrderComboStubSee Also