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

Parameters

credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
banquet
Type: Resto.Front.Api.Data.BrdIReserve
Banquet to print. Must be in New status and have an order (Order).
See Also