Alex Morken
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Alex Morken-
Getting GUID of Restaurant
Hello,We are trying to `POST` to `{{hostname}}/orders/v2/orders/` and getting a 404 error back when we don't expect it. Here is the error:```{ "status": 404, "code": 10003, "message": "com.toasttab...
-
We want to create an order, but don't know how the server will know that the order created via the api is for the specific table
We will be receiving an event that a table is seated from a reservations integration. At that time we plan to open an order for the table, but do not know how the server will know that the order we...
-
Adding and updating a tip to a an order with external tender api
We are trying to implement creating an order that will use an external tender. We are trying to determine how we can update a tip when the order gets submitted via the server via an api call to upd...