General information about a restaurant location.
archived | boolean Default: false Returns |
closeoutHour | integer The hour of the day that separates one business day from the
next, also known as the "business day cutoff time". This is
in the time zone of the restaurant. The |
currencyCode | string The ISO-4217 currency code used in this restaurant |
description | string A description of the restaurant, such as information about the atmosphere and food. |
firstBusinessDate | integer The first business date (yyyyMMdd) is the day a restaurant began using the Toast platform. The
|
locationCode | string A code used internally to differentiate multiple locations, typically a 3 or 4 letter code. |
locationName | string A name used externally to differentiate multiple locations, like Neighborhood, Square, City, or Hotel. |
managementGroupGuid | string The unique identifier of the restaurant group for the restaurant. |
name | string The guest-facing name of the restaurant. For example, the
|
timeZone | string The name of the restaurant's time zone in the IANA time zone
database. For example, |
{- "name": "string",
- "locationName": "string",
- "locationCode": "string",
- "description": "string",
- "timeZone": "string",
- "closeoutHour": 0,
- "managementGroupGuid": "string",
- "currencyCode": "string",
- "firstBusinessDate": 0,
- "archived": false
}