iikoFront Api V4 Code Reference
iikoFront Api V4 Code Reference
Resto.Front.Api.V4.Editors
IEditSession Interface
IEditSession Methods
CreateBanquet Method
CreateBanquet Method (DateTime, IClientStub, IOrderStub)
CreateBanquet Method (DateTime, IClientStub, List(ITable))
IEditSession
CreateBanquet Method (DateTime, IClientStub, IOrderStub)
Creates reservation for planned event in future. Order's table will be marked as reserved to prevent collision with other events at the same time.
Namespace:
Resto.Front.Api.V4.Editors
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
Copy
INewReserveStub
CreateBanquet
(
DateTime
estimatedStartTime
,
IClientStub
client
,
IOrderStub
order
)
Parameters
estimatedStartTime
Type:
System
DateTime
Approximate date and time of planned event, used to divide different events and remind staff to prepare table and ingredients.
client
Type:
Resto.Front.Api.V4.Editors.Stubs
IClientStub
Client who asked to reserve table for his event.
order
Type:
Resto.Front.Api.V4.Editors.Stubs
IOrderStub
Order used to form menu for coming event, specify serve sequence (via courses), prepay.
Return Value
Type:
INewReserveStub
See Also
Reference
IEditSession Interface
CreateBanquet Overload
Resto.Front.Api.V4.Editors Namespace