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.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 CreateReserve( DateTime estimatedStartTime, IClientStub client, ITable table )
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.V3.EditorsIClientStub
Client who asked to reserve table for him. - table
- Type: Resto.Front.Api.V3.Data.Organization.SectionsITable
Specifies table to be reserved at some moment in future.
Return Value
Type: INewReserveStubSee Also