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 JSON message body for a
POST
request to the orders API includes a special
request for a menu item selection.
{ "entityType": "Order", [contents omitted] }, "checks": [ { "selections": [ { [contents omitted] "item": { "guid": "a8b4439d-185d-41df-8ad3-2ff4f7dfa6ec" }, "modifiers": [{ "selectionType": "SPECIAL_REQUEST"
"displayName": "Put the salad dressing on the side, not mixed in.",
} ] } ] [contents omitted] ] }