Creates new order on specified table. User must have rights to create orders.
Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
INewOrderStub CreateOrder( ITable table )
Parameters
- table
- Type: Resto.Front.Api.V3.Data.Organization.SectionsITable
Table on which order will be created. If table is null, then order will be created on the default table (depending on select iikoFront mode).
Return Value
Type: INewOrderStubSee Also