Create an order in the client app. The order includes the name, table number, dish ids, any special requests, and when the order is scheduled for.
The order id
, priority
, and status
properties in the response are used to triage orders to their prep stations and track their progress.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The request body to create an order requires the following properties: dish_ids
and name
.
The body is of type object
.
Order successfully created.
The response is of type object
.