Click or drag to resize

IOperationService.StartProductsCooking Method

Starts cooking for the specified order item products.

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

Parameters

credentials
Type: Resto.Front.Api.Data.Security.ICredentials
The credentials returned by AuthenticateByPin(String) method.
order
Type: Resto.Front.Api.Data.Orders.IOrder
Order to start products cooking from.
products
Type: System.Collections.Generic.IReadOnlyList<IOrderCookingItem>
Order item products to start cooking.
Remarks
Products must be printed with one of the following cooking priorities: Second, Third or Fourth
See Also