IOperationServiceStartProductsCooking Method iikoFront Api V3 Documentation
Starts cooking for the specified order item products.

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 StartProductsCooking(
	ICredentials credentials,
	IOrder order,
	List<IOrderItemProduct> products
)

Parameters

credentials
Type: Resto.Front.Api.V3.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
order
Type: Resto.Front.Api.V3.Data.OrdersIOrder
Order to start products cooking from.
products
Type: System.Collections.GenericListIOrderItemProduct
Order item products to start cooking.
Remarks

Products must be printed with one of the following cooking priorities: Second, Third or Fourth
See Also

Reference