IEditSessionCreateOrder Method |
Creates new order on specified table. User must have rights to create orders.
Namespace:
Resto.Front.Api.V4.Editors
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
SyntaxINewOrderStub CreateOrder(
List<ITable> tables
)
Parameters
- tables
- Type: System.Collections.GenericListITable
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:
INewOrderStub
See Also