Tock · Example Payload

Reservation Patron Example

HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

Top-level fields

idemailfirstNamelastNamephonephoneCountryCodezipCodeimageUrlisoCountryCodeloyaltyProgramCardNumberloyaltyProgramAccountId

Example Payload

Raw ↑
{
  "id": "757752",
  "email": "guest@example.com",
  "firstName": "Jordan",
  "lastName": "Rivera",
  "phone": "3125550142",
  "phoneCountryCode": "US",
  "zipCode": "60607",
  "imageUrl": "https://www.exploretock.com/example",
  "isoCountryCode": "US",
  "loyaltyProgramCardNumber": "example",
  "loyaltyProgramAccountId": "737203"
}