PartnerAccessExternalRep

Information about a Toast platform restaurant.

createdByEmailAddress
string

The email address of the restaurant employee who connected the restaurant to your integrated partner service, or who edited the connection details.

createdDate
string <date-time>

The date and time that the partner connection was created in epoch time (milliseconds since 1970-01-01 00:00:00).

deleted
boolean

Indicates whether the restaurant is actively using the Toast platform. For example, if a restaurant is no longer operating, or is no longer using the Toast platform, this value is true.

externalGroupRef
string

An identifier for the restaurant group that is recognized by your integrated partner service. This information is entered by the restaurant administrator. If you need information about the restaurant group in this data string, you instruct the restaurant administrator to enter it in the Toast platform configuration for the integration partner connection.

externalRestaurantRef
string

An identifier for the restaurant location that is recognized by your integrated partner service. This information is entered by the restaurant administrator. If you need information about the restaurant location in this data string, you instruct the restaurant administrator to enter it in the Toast platform configuration for the integration partner connection.

isoCreatedDate
string

The date and time that the partner connection was created in ISO8601 format.

isoModifiedDate
string

The most recent date and time that the partner connection was edited in ISO8601 format.

locationName
string

The identifier of a specific restaurant location, set on the Restaurant Info page of Toast Web. For example, a restaurant group might assign a location code such as #1234 to a specific location.

managementGroupGuid
string <uuid>

The guid of the management group containing the restaurant.

modifiedDate
string <date-time>

The most recent date and time that the partner connection was edited in epoch time (milliseconds since 1970-01-01 00:00:00).

restaurantGuid
string <uuid>

The unique Toast POS identifier for the restaurant.

restaurantName
string

The human-readable name of the restaurant location.

{
  • "restaurantGuid": "e728cd53-2fa7-4e63-8f8f-93e78ea66b03",
  • "managementGroupGuid": "bdfda703-2a83-4e0f-9b8a-8ea0ee6cab79",
  • "deleted": true,
  • "restaurantName": "Main Street Cafe",
  • "locationName": "123 Main Street",
  • "createdByEmailAddress": "clefebvre@mainstreetcafe.com",
  • "externalGroupRef": "string",
  • "externalRestaurantRef": "string",
  • "modifiedDate": 1678846869551,
  • "createdDate": 1643858534451,
  • "isoModifiedDate": "2023-03-12T08:32:34.008Z",
  • "isoCreatedDate": "2022-05-17T10:21:38.008Z"
}