Toast · Example Payload

Orders Selection Example

Food ServicePoint of SaleRestaurantsHospitality

Orders Selection Example is an example object payload from Toast, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

quantityseatNumberunitOfMeasureselectionTypeappliedDiscountsdeferredpreDiscountPricepricetaxvoidedvoidDatevoidBusinessDatedisplayName

Example Payload

Raw ↑
{
  "quantity": 89.48,
  "seatNumber": 34,
  "unitOfMeasure": "NONE",
  "selectionType": "HOUSE_ACCOUNT_PAY_BALANCE",
  "appliedDiscounts": [
    "sample-appliedDiscounts_item"
  ],
  "deferred": false,
  "preDiscountPrice": 90.05,
  "price": 87.23,
  "tax": 30.88,
  "voided": true,
  "voidDate": "2025-03-15T14:30:00Z",
  "voidBusinessDate": 38,
  "displayName": "Sample Displayname"
}