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.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid 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