Order Logging
Create Order
POST
/
players
/
orders
/
{workspaceId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Available options:
submitted
, handed_to
, waiting_for_preparation
, finding_new_colleague
, preparing
, completed
, waiting_for_pickup
, cancelled
Response
200 - application/json
Order created successfully
Available options:
submitted
, handed_to
, waiting_for_preparation
, finding_new_colleague
, preparing
, completed
, waiting_for_pickup
, cancelled