Returns a ServiceArea
object containing information about a physical setting that a
restaurant serves customers in. For example, a restaurant might
serve customers in dining room and patio service areas.
Returns a ServiceArea object.
curl -i -X GET \ https://toast-api-server/config/v2/serviceAreas/:guid \ -H 'Toast-Restaurant-External-ID: string'
{- "guid": "string",
- "entityType": "string",
- "name": "string",
- "revenueCenter": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
}