EditSessionExtensionsCreateReserve 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.Extensions
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxpublic static INewReserveStub CreateReserve(
this IEditSession editSession,
DateTime estimatedStartTime,
string activityType,
IClientStub client,
ITable table,
Guid externalId = default
)
Parameters
- editSession
- Type: Resto.Front.Api.EditorsIEditSession
Order will be created within the specified session. - estimatedStartTime
- Type: SystemDateTime
Approximate date and time of planned visit, used to divide different visits and remind staff to prepare table. - activityType
- Type: SystemString
Activity type of the reserve to be created. Max length is 160 chars - client
- Type: Resto.Front.Api.Editors.StubsIClientStub
Client who asked to reserve table for him. - table
- Type: Resto.Front.Api.Data.Organization.SectionsITable
Specifies table 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:
INewReserveStubUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEditSession. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also