Toast · Example Payload

Partners Partner Access External Webhook Rep Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

Partners Partner Access External Webhook Rep Example is an example object payload from Toast, with 24 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

restaurantGuidmanagementGroupGuidrestaurantNamelocationNameexternalGroupRefexternalRestaurantRefmodifiedDatecreatedDateisoModifiedDateisoCreatedDatecreatedByFirstNamecreatedByLastNamecreatedByEmailAddresscreatedByPhoneNumberrestaurantPhoneNumberrestaurantAddressLine1restaurantAddressLine2restaurantCityrestaurantStaterestaurantZipCoderestaurantLatituderestaurantLongituderestaurantCountryCoderestaurantTimezone

Example Payload

Raw ↑
{
  "restaurantGuid": "e728cd53-2fa7-4e63-8f8f-93e78ea66b03",
  "managementGroupGuid": "bdfda703-2a83-4e0f-9b8a-8ea0ee6cab79",
  "restaurantName": "Example Name",
  "locationName": "Location1234",
  "externalGroupRef": "string",
  "externalRestaurantRef": "string",
  "modifiedDate": 1678846869551,
  "createdDate": 1643858534451,
  "isoModifiedDate": "2023-03-12T08:32:34.008000+00:00",
  "isoCreatedDate": "2022-05-17T10:21:38.008000+00:00",
  "createdByFirstName": "Clemence",
  "createdByLastName": "Lefebvre",
  "createdByEmailAddress": "clefebvre@mainstreetcafe.com",
  "createdByPhoneNumber": "9876543210",
  "restaurantPhoneNumber": "8765432109",
  "restaurantAddressLine1": "123 Main Street",
  "restaurantAddressLine2": "Suite 321",
  "restaurantCity": "Gatineau",
  "restaurantState": "Massachusetts",
  "restaurantZipCode": "01234",
  "restaurantLatitude": "string",
  "restaurantLongitude": "string",
  "restaurantCountryCode": "US",
  "restaurantTimezone": "America/New_York"
}