Tripleseat · Example Payload

Tripleseat Api Location Example

RestaurantEventsCateringLeadsWebhooksSales

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

Top-level fields

idnamesite_idaddresscitystatezip_code

Example Payload

Raw ↑
{
  "id": 500123,
  "name": "Spring Gala Dinner",
  "site_id": 500123,
  "address": "123 Main Street",
  "city": "Boston",
  "state": "MA",
  "zip_code": "02108"
}