Click or drag to resize

IEditSessionCreateReserve Method

Creates reservation for planned visit in future. Table will be marked as reserved to prevent collision with other guests at the same time.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
INewReserveStub CreateReserve(
	DateTime estimatedStartTime,
	IClientStub client,
	IReadOnlyList<ITable> tables,
	Guid externalId = default
)

Parameters

estimatedStartTime
Type: SystemDateTime
Approximate date and time of planned visit, used to divide different visits and remind staff to prepare table.
client
Type: Resto.Front.Api.Editors.StubsIClientStub
Client who asked to reserve table for him.
tables
Type: System.Collections.GenericIReadOnlyListITable
Specifies tables to be reserved at some moment in future.
externalId (Optional)
Type: SystemGuid
Identifier in the external system which can be used to match reserves in the iiko and in the external system.

Return Value

Type: INewReserveStub
See Also