Starts cooking for all order item products of the specified course.
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 StartCourseCooking( ICredentials credentials, IOrder order, OrderItemCourse course )
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. - course
- Type: Resto.Front.Api.V3.Data.OrdersOrderItemCourse
Which course products cooking should be started.
Remarks
See Also