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.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
INewReserveStub CreateReserve(
	DateTime estimatedStartTime,
	string activityType,
	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.
activityType
Type: SystemString
Describes an activity of the reserve to be created as a plain text. Can be empty string. Maximum length is 160 chars.
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