Toast · Example Payload

Restaurants Location Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

Restaurants Location Example is an example object payload from Toast, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

address1address2citystateCodeadministrativeAreazipCodecountryphonephoneCountryCodelatitudelongitude

Example Payload

Raw ↑
{
  "address1": "string",
  "address2": "string",
  "city": "string",
  "stateCode": "string",
  "administrativeArea": "string",
  "zipCode": "string",
  "country": "string",
  "phone": "string",
  "phoneCountryCode": "string",
  "latitude": 1.0,
  "longitude": 1.0
}