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. |
{- "guid": "string",
- "entityType": "string",
- "name": "string",
- "revenueCenter": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
}