Tock · Example Payload

Guest Profile Audited Note Example

HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

Top-level fields

notelastUpdatedBylastUpdatedAtTimestampMspreviousVersionIdnoteType

Example Payload

Raw ↑
{
  "note": "Celebrating an anniversary; window table preferred.",
  "lastUpdatedBy": {
    "id": "422235",
    "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": "839257"
  },
  "lastUpdatedAtTimestampMs": "example",
  "previousVersionId": "365874",
  "noteType": {}
}