kitchenCompleteCourse

Explanation of the event

The kitchenCompleteCourse event occurs whenever a kitchen employee completes preparation of a specific course in an order, and the course is ready to be served to the guest.

Part of the Kitchen Food Preparation flow

The kitchenCompleteCourse event is step one in a three-step flow that involves the following events:
(1) kitchenStartCourse, (2) kitchenCompleteCourse and (3) kitchenServeCourse.

kitchenCompleteCourse Preparation of a course was completed

Request

Property Type Explanation
tableOrder.orderId uuid The table order’s UUID.
tableOrder.year uuid The table order’s year.
tableOrder.number uuid The table order’s number.
table.number bigint (optional) The table number of the order.
table.subNumber bigint (optional) The table sub number of the order.
course.courseNumber int The course’s number.
course.name string The course’s full name.
course.abbreviation string The course’s abbreviation.
course.sequenceNumber string The course’s ordering in the full list of courses.