Click or drag to resize

IEditSessionActivateReserveAndBindToOrder Method

Closes reserve and creates order on reserved table. Closed reserve is binded to the created order. Number of guests in the created order equals to number of guests in the reserve.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
INewOrderStub ActivateReserveAndBindToOrder(
	IReserveStub reserve
)

Parameters

reserve
Type: Resto.Front.Api.Editors.StubsIReserveStub
Reserve to activate.

Return Value

Type: INewOrderStub
See Also