Orders
Create an order
This operation creates an order in the client app. The order includes the name, table number, dish ids, any special requests, and when the order was scheduled at.
The order id
, priority
, and status
provided in the response are used to triage orders to their prep stations and track their progress.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The request body to create an order requires the following properties: dish_ids
and name
.
The body is of type object
.
Response
201
application/json
Order successfully created.
The response is of type object
.