Cookbook
Developer guide
API reference
Platform guide
Release notes
  • Cookbook
  • Developer guide
  • API reference
  • Platform guide
  • Release notes
    • Nothing Found
    API reference
    Authentication
    Cash Management
    Configuration
    Credit cards
    Kitchen
    Labor
      Employees
      Jobs
      Shifts
      Time entries
      Data definitions
        schema
        Employee
        schema
        Job
        schema
        JobWageOverride
        schema
        Shift
        schema
        ScheduleConfig
        schema
        TimeEntry
        schema
        TimeEntryBreak
        schema
        ExternalReference
        schema
        ToastReference
    Menus V2
    Menus V3
    Order management configuration
    Orders
    Packaging configuration
    Partners
    Restaurant availability
    Restaurants
    Stock
    API specifications
    Gift cards integration specification
    Loyalty integration specification
    Tender integration specification

ToastReference

A wrapper object with fields that allow reference to a Toast platform entity by Toast GUID.

entityType
required
string

The type of object this is.

guid
required
string

The GUID maintained by the Toast platform.

{
  • "guid": "string",
  • "entityType": "string"
}