SpotOn · Example Payload

Reserve Customer Information Example

RestaurantPoint of SalePaymentsOnline OrderingReservationsReporting

Reserve Customer Information Example is an example object payload from SpotOn, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

customerIdfirstNamelastNamephoneNumberemailimageUrlmemberNumbermemberTier

Example Payload

Raw ↑
{
  "customerId": "abc123",
  "firstName": "Mark",
  "lastName": "Nalepka",
  "phoneNumber": "1112223333",
  "email": "jsmith@example.com",
  "imageUrl": "https://example.com/path/abc123",
  "memberNumber": "3",
  "memberTier": "Gold"
}