Toast · Example Payload

Restaurants General Example

Description of description

Food ServicePoint of SaleRestaurantsHospitality

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

Top-level fields

namelocationNamelocationCodedescriptiontimeZonecloseoutHourmanagementGroupGuidcurrencyCodefirstBusinessDatearchived

Example Payload

Raw ↑
{
  "name": "Sample Name",
  "locationName": "Sample Locationname",
  "locationCode": "sample-locationCode",
  "description": "Description of description",
  "timeZone": "sample-timeZone",
  "closeoutHour": 71,
  "managementGroupGuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "currencyCode": "sample-currencyCode",
  "firstBusinessDate": 71,
  "archived": true
}