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.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
void PrintTableReservedCheque( ICredentials credentials, IReserve reserve )
Parameters
- credentials
- Type: Resto.Front.Api.V3.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method. - reserve
- Type: Resto.Front.Api.V3.Data.BrdIReserve
Reserve to print “Table reserved” cheque for.
See Also