This guide will be removed on April 29, 2022. Please use our new, easier-to-use Toast technical documentation site. All updated content is on the new site.
The following example shows the response for a
POST
request to the
/orders/
endpoint of the orders API.
{orderGuid}
/checks/{checkGuid}
/selections
{ "guid": "da257b12-4766-471c-9580-837d2b29eb92","entityType": "Order", [content omitted] "checks": [ { "guid": "6e1bb8e0-534d-437f-bbad-0f08045f463e",
"entityType": "Check", [content omitted] "selections": [ { "guid": "f520f731-8164-41a8-b261-23b9df3bf861",
"entityType": "MenuItemSelection", [content omitted] }, { "guid": "a963dd45-e0bf-456b-a148-e955310d2643",
"entityType": "MenuItemSelection", [content omitted] } ], [content omitted] } ], [content omitted] }
The Toast platform GUID of the order that contains the check that you added menu items to. |
|
The Toast platform GUID of the check that you added menu items to. |
|
The Toast platform GUID of a menu item selection from the original check. |
|
The Toast platform system GUID of the menu item selection that was added to the existing check. |