Tock · Example Payload

Guest Profile Business Group Guest Profile Example

HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

Guest Profile Business Group Guest Profile Example is an example object payload from Tock, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

notetagspend

Example Payload

Raw ↑
{
  "note": [
    {
      "note": "Celebrating an anniversary; window table preferred.",
      "lastUpdatedBy": {
        "id": "600735",
        "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": "963837"
      },
      "lastUpdatedAtTimestampMs": "example",
      "previousVersionId": "912551",
      "noteType": {}
    }
  ],
  "tag": [
    "VIP"
  ],
  "spend": {
    "totalSpendCents": "example",
    "spendInLastYearCents": "example"
  }
}