Click or drag to resize

IOperationServicePrintTableReservedCheque Method

Prints short “Table reserved” document with estimated event date and time, guests count and client contacts. Can be used to place onto reserved table as a hint not to occupy it.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void PrintTableReservedCheque(
	IReserve reserve,
	ICredentials credentials
)

Parameters

reserve
Type: Resto.Front.Api.Data.BrdIReserve
Reserve to print “Table reserved” cheque for.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
See Also