Click or drag to resize

IOperationServicePrintBanquet Method

Prints preliminary document with estimated event date and time, planned menu, guests count, client contacts, prepay info, etc.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void PrintBanquet(
	IReserve banquet,
	ICredentials credentials
)

Parameters

banquet  IReserve
Banquet to print. Must be in New status and have an order (Order).
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.
See Also