A wrapper object containing a Toast platform GUID.
Array of objects (ToastReference) An array of | |
entityType required | string The type of object this is. For prep stations, |
guid required | string A Toast platform identifier for an entity. |
includeWithExpediter | boolean True if tickets sent to this prep station should also be sent to the printer or KDS device that has been set up for the restaurant's expediter. |
object (ToastReference) A wrapper object containing a Toast platform GUID. | |
name | string The name of this prep station. |
printingMode | string Determines whether tickets sent to this prep station are printed at the prep station's assigned printer. Values include:
|
{- "guid": "string",
- "entityType": "string",
- "connectedPrepStations": [
- {
- "guid": "string",
- "entityType": "string"
}
], - "printingMode": "ON",
- "includeWithExpediter": true,
- "name": "string",
- "kitchenPrinter": {
- "guid": "string",
- "entityType": "string"
}
}