RestaurantAvailability

A representation of the restaurant's online ordering availability.

reason
string

The human-readable reason why the restaurant is available or unavailable to accept online orders.

reasonKey
string

The machine-readable reason why the restaurant is available or unavailable to accept online orders. The reasonKey value can be:

  • AVAILABILITY_ONLINE
  • AVAILABILITY_OFFLINE
Enum: "AVAILABILITY_ONLINE" "AVAILABILITY_OFFLINE"
restaurantGuid
string

The Toast platform GUID of the restaurant location.

status
string

The restaurant's online ordering availability status. The status value can be:

  • ONLINE - The restaurant's auto-fire device is approving online orders.
  • OFFLINE - The restaurant's auto-fire device has stopped approving online orders.
Enum: "ONLINE" "OFFLINE"
{
  • "restaurantGuid": "string",
  • "status": "ONLINE",
  • "reasonKey": "AVAILABILITY_ONLINE",
  • "reason": "string"
}