IEditSessionCreateOrder Method |
Creates new order on specified table. User must have rights to create orders.
Namespace:
Resto.Front.Api.V5.Editors
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax INewOrderStub CreateOrder(
IReadOnlyList<ITable> tables
)
Parameters
- tables
- Type: System.Collections.GenericIReadOnlyListITable
Tables on which order will be created. If tables is null or empty, then order will be created on the default table (depending on select iikoFront mode).
Return Value
Type:
INewOrderStubSee Also