IOperationServicePrintBanquet Method iikoFront Api V3 Documentation
Prints preliminary document with estimated event date and time, planned menu, guests count, client contacts, prepay info, etc.

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 PrintBanquet(
	ICredentials credentials,
	IReserve banquet
)

Parameters

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

Reference