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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void PrintTableReservedCheque(
	ICredentials credentials,
	IReserve reserve
)

Parameters

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