Information about the configuration of a restaurant in the Toast POS.
object (Delivery) Information about delivery service provided by the restaurant. | |
object (General) General information about a restaurant location. | |
guid | string |
object (Location) Information about the physical location of a restaurant. | |
object (OnlineOrdering) Information about the web-based ordering configuration for the restaurant. | |
object (PrepTimes) Information about the scheduled availability of the dining options that are provided by the restaurant. | |
object (Schedules) Describes the types of service and hours of operation for the restaurant over a one week period. The schedules object contains service and hour schedules for types of days and the types of days for each day of the calendar week. | |
object (URLs) Web addresses for the restaurant. |
{- "guid": "string",
- "general": {
- "name": "string",
- "locationName": "string",
- "locationCode": "string",
- "description": "string",
- "timeZone": "string",
- "closeoutHour": 0,
- "managementGroupGuid": "string",
- "currencyCode": "string",
- "firstBusinessDate": 0,
- "archived": false
}, - "urls": {
- "website": "string",
- "facebook": "string",
- "twitter": "string",
- "orderOnline": "string",
- "purchaseGiftCard": "string",
- "checkGiftCard": "string"
}, - "location": {
- "address1": "string",
- "address2": "string",
- "city": "string",
- "stateCode": "string",
- "administrativeArea": "string",
- "zipCode": "string",
- "country": "string",
- "phone": "string",
- "phoneCountryCode": "string",
- "latitude": 0,
- "longitude": 0
}, - "schedules": {
- "daySchedules": {
- "identifier": "string",
- "property1": {
- "scheduleName": "string",
- "services": [
- {
- "name": "string",
- "hours": {
- "startTime": "string",
- "endTime": "string"
}, - "overnight": true
}
], - "openTime": "string",
- "closeTime": "string"
}, - "property2": {
- "scheduleName": "string",
- "services": [
- {
- "name": "string",
- "hours": {
- "startTime": "string",
- "endTime": "string"
}, - "overnight": true
}
], - "openTime": "string",
- "closeTime": "string"
}
}, - "weekSchedule": {
- "monday": "string",
- "tuesday": "string",
- "wednesday": "string",
- "thursday": "string",
- "friday": "string",
- "saturday": "string",
- "sunday": "string"
}
}, - "delivery": {
- "enabled": true,
- "minimum": 0,
- "area": "string"
}, - "onlineOrdering": {
- "enabled": true,
- "scheduling": true,
- "specialRequests": true,
- "specialRequestsMessage": "string",
- "paymentOptions": {
- "delivery": {
- "cash": true,
- "ccSameDay": true,
- "ccFuture": true
}, - "takeout": {
- "cash": true,
- "ccSameDay": true,
- "ccFuture": true,
- "ccInStore": true
}, - "ccTip": true
}
}, - "prepTimes": {
- "deliveryPrepTime": 0,
- "deliveryTimeAfterOpen": 0,
- "deliveryTimeBeforeClose": 0,
- "takeoutPrepTime": 0,
- "takeoutTimeAfterOpen": 0,
- "takeoutTimeBeforeClose": 0,
- "takeoutThrottlingTime": 0,
- "deliveryThrottlingTime": 0
}
}