Represents a dining table 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 human-readable name of this table as it appears in the POS. |
object (ExternalReference) A wrapper object with fields that allow reference to a Toast entity by Toast GUID or a partner's identifier. | |
object (ToastReference) A wrapper object with fields that allow reference to a Toast entity by Toast GUID. |
{- "guid": "string",
- "entityType": "string",
- "name": "string",
- "serviceArea": {
- "guid": "string",
- "entityType": "string"
}, - "revenueCenter": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
}