Information about a restaurant in the management group.
active | boolean <boolean> Indicates whether the restaurant is activated or not. Valid values:
|
archived | boolean <boolean> Indicates whether the restaurant is archived or not. Valid values:
|
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:
|
{- "restaurantGuid": "string",
- "restaurantName": "string",
- "active": true,
- "testMode": true,
- "archived": true
}