IEditSessionCreateBanquet(DateTime, String, IClientStub, IOrderStub, Guid) Method |
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.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxINewReserveStub CreateBanquet(
DateTime estimatedStartTime,
string activityType,
IClientStub client,
IOrderStub order,
Guid externalId = default
)
Parameters
- estimatedStartTime DateTime
- Approximate date and time of planned event, used to divide different events and remind staff to prepare table and ingredients.
- activityType String
- Describes an activity of the reserve to be created as a plain text. Can be empty string. Maximum length is 160 chars.
- client IClientStub
- Client who asked to reserve table for his event.
- order IOrderStub
- Order used to form menu for coming event, specify serve sequence (via courses), prepay.
- externalId Guid (Optional)
- Identifier in the external system which can be used to match reserves in the Syrve and in the external system.
Return Value
INewReserveStub
See Also