A representation of a physical service area, a group of tables, in a restaurant.
| entityType required | string The type of object this is. |
| guid required | string The GUID maintained by the Toast POS. |
| name | string The name of this service area. |
object (ExternalReference) A wrapper object with fields that allow reference to a Toast entity by Toast GUID or a partner's identifier. | |
| serviceAreaType | string The type of this service area. |
{- "guid": "string",
- "entityType": "string",
- "name": "string",
- "serviceAreaType": "OFF_PREMISES",
- "revenueCenter": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
}