Toast · Example Payload

Menus Size Sequence Pricing Rule Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

Menus Size Sequence Pricing Rule Example is an example object payload from Toast, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sizeNamesizeGuidsequencePrices

Example Payload

Raw ↑
{
  "sizeName": "Example Name",
  "sizeGuid": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1",
  "sequencePrices": [
    {
      "sequence": 1,
      "price": 1.0
    }
  ]
}