RestaurantsGuidName

Information about a restaurant in the management group.

active
boolean <boolean>

Indicates whether the restaurant is activated or not.

Valid values:

  • true - The restaurant is activated.

  • false - The restaurant is deactivated.

archived
boolean <boolean>

Indicates whether the restaurant is archived or not.

Valid values:

  • true - The restaurant is archived.

  • false - The restaurant is not archived.

restaurantGuid
string <UUID>

The identifier assigned by the Toast platform used to identify a restaurant location.

restaurantName
string <string>

The restaurant's name.

testMode
boolean <boolean>

Indicates whether the restaurant is in test mode or not.

Valid values:

  • true - The restaurant is in test mode.

  • false - The restaurant is not in test mode.

{
  • "restaurantGuid": "string",
  • "restaurantName": "string",
  • "active": true,
  • "testMode": true,
  • "archived": true
}