IEditSessionCreateBanquet Method (DateTime, IClientStub, IOrderStub)iikoFront Api V3 Documentation
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.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
INewReserveStub CreateBanquet(
	DateTime estimatedStartTime,
	IClientStub client,
	IOrderStub order
)

Parameters

estimatedStartTime
Type: SystemDateTime
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.V3.EditorsIClientStub
Client who asked to reserve table for his event.
order
Type: Resto.Front.Api.V3.EditorsIOrderStub
Order used to form menu for coming event, specify serve sequence (via courses), prepay.

Return Value

Type: INewReserveStub
See Also

Reference