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

Parameters

reserve  IReserve
Reserve to print “Table reserved” cheque for.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.
See Also