Click or drag to resize

IOperationServiceStartProductsCooking Method

Starts cooking for the specified order item products.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void StartProductsCooking(
	ICredentials credentials,
	IOrder order,
	IReadOnlyList<IOrderCookingItem> products
)

Parameters

credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
order
Type: Resto.Front.Api.Data.OrdersIOrder
Order to start products cooking from.
products
Type: System.Collections.GenericIReadOnlyListIOrderCookingItem
Order item products to start cooking.
Remarks
Products must be printed with one of the following cooking priorities: Second, Third or Fourth
See Also